Memory Pool Memory Pool Refreshing

26 transactions
0.01 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,524 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 20 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,523 (856,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,461 52,461 000000000077ece935506e4191f61fa38f3962d625a1e066680dd85a92af3da0 0.00 MB 1 0
52,460 52,460 0000000013959dc381c06faae557009a0fe5c1c9ba347c929ce876f0300a5524 0.00 MB 1 0
52,459 52,459 0000000015f8dcd8652c4bba66407785c99132367f1d31abf78e7e30c19b2538 0.00 MB 1 0
52,458 52,458 00000000133030f86d346c8db3f8b0a5228dc4d92b7acf50da9c74b787f9747e 0.00 MB 1 0
52,457 52,457 000000000d8df31911c66239b85dd8d5674a576d7737d688c6ff7e73e13056ea 0.00 MB 1 0
52,456 52,456 000000000ad952b898b732f00f59d03b45e0950cd4465a6faa9407b7d56c8c2c 0.00 MB 2 0
52,455 52,455 0000000011fd4245346c8bd28b064e72a92de54dd8332606a3476f27fd61fa9e 0.00 MB 1 0
52,454 52,454 00000000136911ae0bf11f387b0d2349d879e566563d3ffaf95c4f77aca56daa 0.00 MB 2 0
52,453 52,453 000000000779eab496699f559830ca9db79df26aa08307a11f1b1619a7050255 0.00 MB 1 0
52,452 52,452 000000000b9f89c356516171731ecc7b8547bb4454d6f71b80ebb8b4acd694a1 0.00 MB 1 0
52,451 52,451 000000000466375a51708d5b5cb7dc92f3f6c8097afc949b9f896ee3c224b5e1 0.00 MB 1 0
52,450 52,450 000000000b8eed836f0cdb30f250116d8f60fc053f308e26e3dccfa640631127 0.00 MB 1 0
52,449 52,449 0000000002cd8c36576be62cd0c6af3afe70551bb11670fd19ad7e42c37707a0 0.00 MB 1 0
52,448 52,448 000000001570267caf0f02512a06ddf3cfdcc3ce2de46185330fb03d5790099c 0.00 MB 1 0
52,447 52,447 000000000fc3460360e2dfc768badd98fbce3a12c14a84f43693e1d199ab553d 0.00 MB 1 0
52,446 52,446 00000000040bb330da5f9c41ff8287f0b56f5d492ca1aa627ef090339cee6a80 0.00 MB 1 0
52,445 52,445 00000000013f2848eabff6b05fb76b74dee91279ded2df7115823011c895fdad 0.00 MB 1 0
52,444 52,444 00000000074e37aaae8f937534b42ad4e85510102e9661a0e5c141f23b888c01 0.00 MB 2 0
52,443 52,443 000000001603aa7311b6b8f3e6639bc7383cf2e360a3d7921cdba0908114fe21 0.00 MB 1 0
52,442 52,442 0000000013d6afad028c2ffd7c8100e2469ef91c28f8cc55e16ec5942293bb18 0.00 MB 1 0
52,441 52,441 00000000128c4dcc31086e4aa2fcf36d2902600585b4f3f01fd94be75ba72707 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,841.28 GB sent, 100.32 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.