Memory Pool Memory Pool Refreshing

1,558 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (692,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,142 215,142 000000000000024232c75f343f4e157f7e98b940c1b44895fc662409c066bc16 0.25 MB 617 192
215,141 215,141 00000000000001276f47b1267ee76fa8568a094be27a425c37ed757e5610a348 0.17 MB 296 92
215,140 215,140 00000000000000cb505b4f41500817079c5de6edf5a8f8fbff5d0f585cd05a40 0.22 MB 496 181
215,139 215,139 00000000000000deb68d71c6d9be9d20024a2fcb7579a5c8672ac0c4442bb2c8 0.21 MB 374 184
215,138 215,138 000000000000058a72aa919cfe1725fa4a4d276ec8a5edde952a19363429b976 0.25 MB 516 195
215,137 215,137 00000000000001b66c19df80bbd4d0fe5238b4a9091b5f5f69df7c9cddba82a6 0.05 MB 76 131
215,136 215,136 00000000000000203b5fd03835b8b87c3cae2b465f4c633b04db0175784f9055 0.18 MB 391 190
215,135 215,135 00000000000003608566d31c2c5f736d3d888fea46b93897134779bd59de9fef 0.18 MB 449 219
215,134 215,134 0000000000000317c2d02756a59f612546df0370ea3e40d8043fb558966f73ed 0.18 MB 403 193
215,133 215,133 0000000000000429e8b6b8e3a8183023d9384c701e58644b96dae961e02e9ff9 0.33 MB 425 111
215,132 215,132 00000000000001ce9fcf436c1406de978ff4e2c44637d73c1f1fe139b8aa6775 0.25 MB 647 186
215,131 215,131 0000000000000184c2680e8f95c88589043406523c4b8f0ac31ebfe8d1b8f7a0 0.43 MB 816 185
215,130 215,130 0000000000000316823303ade1b26211d0dedd5dbd7b85501201db365bad89a4 0.35 MB 762 157
215,129 215,129 00000000000003709702c672a6bf21972e47034c56b0e3de0fb153d2de09ce3b 0.19 MB 512 250
215,128 215,128 00000000000002caa0aef5665bcde3a0705ffea59ba240827c8d3ae85b144246 0.33 MB 803 195
215,127 215,127 00000000000004e4d5771621599c88ec553260955d0e588f50219f31ef8cb681 0.00 MB 11 67
215,126 215,126 0000000000000431d16b2597b86276763efbbb5544c9cd42c203cb81db6388ac 0.00 MB 11 487
215,125 215,125 0000000000000357f7d9d4180cba55e2e740100b45a6652ce06d6cdbccbffea9 0.12 MB 237 142
215,124 215,124 00000000000000784382a9164c77888b43ba77748f14041b15188fe0d9faca3e 0.09 MB 171 143
215,123 215,123 00000000000001ce6a9f99bc7a52bb100fd4a380cfe0a4ab294be52954af4e34 0.21 MB 603 222
215,122 215,122 00000000000004ca515fa7672f2968cd92fb1eb35aea4d46733ed33538eb6959 0.23 MB 128 36
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,630.67 GB sent, 93.52 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.