Memory Pool Memory Pool Refreshing

5,994 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,765 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (18,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,875 888,875 0000000000000000000156180f3f8efdd212e989535d455d4fa909ceb5bcc311 1.98 MB 540 1
888,874 888,874 000000000000000000027516bf0c92ea3c80c2b84d4138ad8f902be0598508b3 1.66 MB 2,551 2
888,873 888,873 0000000000000000000216f02ec61d1937fbeb375d9e110f31041d0005d50b87 2.04 MB 1,111 1
888,872 888,872 000000000000000000004d871abc3e1c850886b846940e88ece4fda8aad0b0ff 1.86 MB 1,904 1
888,871 888,871 000000000000000000002b8409f25b5859105a11eab3d1e42d3ae184390c6135 1.51 MB 2,429 2
888,870 888,870 00000000000000000001c6898810a1376d3c4722cdca4979467d48692e97aa52 1.43 MB 1,062 1
888,869 888,869 000000000000000000011986437da568f8958478a9eeb6072aa7fcd6ffbfbac7 1.64 MB 3,020 4
888,868 888,868 00000000000000000001ad281dceba64bab2e543f78eac8de74815d1113e1010 1.76 MB 1,513 2
888,867 888,867 000000000000000000014d662cd3cadf655ec5f302148b98357a9bffd4b7e2c5 1.79 MB 1,366 1
888,866 888,866 000000000000000000006a6e108c84a947004d55ebad0be532febeff4eb0b093 1.23 MB 1,345 2
888,865 888,865 0000000000000000000036307b5f1e3b8d039cbc5c014a2fc8d7d65cf5c5a832 1.53 MB 3,048 4
888,864 888,864 000000000000000000004e4313590f5d235085e1d5256d685b337e1ea4f490e2 1.96 MB 903 1
888,863 888,863 0000000000000000000028700936d6b34bdbf301ed6e1c4bc45b3e42fa99f31a 1.92 MB 525 1
888,862 888,862 00000000000000000001b9fdaa90734a23ce14395a32f87a53213c52255fbe9a 1.99 MB 339 1
888,861 888,861 00000000000000000001ccb0e750bc3616975d30b3d8a1513b69ba8463dbae39 2.05 MB 826 1
888,860 888,860 00000000000000000000c4abfa564670a6fe373e2d76baf1ef999c388972a870 1.97 MB 593 1
888,859 888,859 0000000000000000000127e880167dccae710cc0ccfab11381ba9a95a1f9e782 1.51 MB 2,307 2
888,858 888,858 00000000000000000001125bf96de7b188365ed5b1fcfc8ebc23cf8499c1ca2e 2.16 MB 38 1
888,857 888,857 0000000000000000000154fffafc3d052d5f689384c390a281c782d99b891fdb 1.95 MB 2,692 1
888,856 888,856 000000000000000000010973e4865637a29f9ae766ff421cc21995c1aa008323 1.56 MB 1,841 2
888,855 888,855 000000000000000000001fe8fb7e1de573accef619c431ea44d8ea66af9530c6 1.98 MB 737 1
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.