Memory Pool Memory Pool Refreshing

4,859 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,115 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (719,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,583 188,583 000000000000073c47a2200c60517ad21d68af5f2c00ba08a54f37378bcf0d70 0.43 MB 952 67
188,582 188,582 000000000000011eb649ee7c1d36d6960ab4bef6ebb26fe63b046a289f243aeb 0.25 MB 576 151
188,581 188,581 0000000000000178074447233f23ef2be88a596e79df4b9a1dff3a76fd377d48 0.00 MB 9 70
188,580 188,580 00000000000006c39aab7c2aa2b909b961b04b96fe3b41123c5fdb17812b4c91 0.05 MB 141 133
188,579 188,579 00000000000004e4759ccbb36649ae7ca038f275743aa4430431c5a06c229baf 0.10 MB 238 129
188,578 188,578 00000000000008540dfdfc20330ef6fae13e6a92ed1d6d436a1f6ec57422cfa9 0.05 MB 123 102
188,577 188,577 00000000000001a219ab89671e5ab3f9c8216dfb588f684dbd041ac26ab5cef3 0.03 MB 81 88
188,576 188,576 00000000000003311805da245fab0a88f50504e3207a3b7c0ecc2285955d2fea 0.08 MB 159 235
188,575 188,575 0000000000000039d48b3c2e97589e692926f1d4613854c150813eb19a905282 0.11 MB 251 156
188,574 188,574 00000000000003c9edc5edcc741ff14c2cb6a0561f0f36c5fcdfe1dbf328591a 0.01 MB 32 0
188,573 188,573 00000000000001dec1fac5931348c2335b26022ef5f3d6c4520f09faf9902e95 0.01 MB 32 0
188,572 188,572 00000000000000233cbb7fd941668fb005e8f75729f0d63c4989f8a2cc2868bd 0.10 MB 254 126
188,571 188,571 00000000000003223d00997b8c46fe2b35711fcc701e8f6596a4c261fcd7ec21 0.02 MB 31 81
188,570 188,570 00000000000000a8b16a6d33618526f3da765e8c512605061da306b3a820da98 0.00 MB 15 49
188,569 188,569 0000000000000074758987e49a32270c7b25bd2d8f3095ead79a64a37cf40cd6 0.06 MB 139 111
188,568 188,568 00000000000003abbbe2910700f012ed6eb97f23232d57f2e04388e9bc809223 0.13 MB 287 108
188,567 188,567 0000000000000411defb62e618091527524421bee913265ada8387e0c7392d71 0.07 MB 159 103
188,566 188,566 0000000000000177444a50c28a5db1ad3071fe052d083a176a797a149ef68e2c 0.01 MB 20 144
188,565 188,565 00000000000001adade7d518b074ae3f115314b9d74cbfd9c40bea6332b42fae 0.10 MB 294 152
188,564 188,564 00000000000004334f48ee22b7d12a3721f9a92b9e192646231df5ef7a4ce567 0.05 MB 86 126
188,563 188,563 000000000000083624ed8497d893bc8fba7cbea10905c20110709435bdcae083 0.05 MB 137 82
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.