Memory Pool Memory Pool Refreshing

5,412 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,196 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (763,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,348 144,348 00000000000003bd8983a5037a86ac1741e66037b957153e259677fb090a26db 0.01 MB 22 306
144,347 144,347 0000000000000053a90591588d064ef4acb606848be9705e2713d82a3931b73d 0.03 MB 38 82
144,346 144,346 00000000000002d5a9b3fdbaad02721023614c2a8557cd8b1506b01c3c16589c 0.07 MB 46 105
144,345 144,345 00000000000006b70968ff40bab22ca26028067e1d4a76e36a18ea5504038838 0.03 MB 91 130
144,344 144,344 00000000000009637eaa80d3431100b371f47c8dc6925453590eaea23c9029ca 0.01 MB 41 178
144,343 144,343 00000000000000c420b7cd7e8bb5c36ec3d73c02f75bf085aed2fc50a1406c62 0.05 MB 105 101
144,342 144,342 000000000000050780029984c1ec02a10ef60ffa31a6f74aec6c7418617d6bc0 0.02 MB 64 67
144,341 144,341 00000000000000a41ccecef4c46236f2fb41dfd6e96d8d8ffe04a2c133d4a875 0.01 MB 21 141
144,340 144,340 00000000000003e214a5f1d71b2959e668ecdf053719db4cd7d92166a22202ef 0.01 MB 25 256
144,339 144,339 000000000000030e5d67bd9076add9da971c2025ecaa830a1b80c330f4892a45 0.04 MB 70 93
144,338 144,338 00000000000005acbc4602a1e0f141cd7ffeb2028bab848044d3b1100b38e797 0.02 MB 39 127
144,337 144,337 000000000000064a12aa592b9423373fca907a85bc2014687c5b2df8f7b71914 0.01 MB 14 81
144,336 144,336 000000000000011df846597e75604e420aca0ec62842d541c2cab27d8d81517c 0.03 MB 127 18
144,335 144,335 00000000000006e7791115ae484b8aef16f30235e9fb517f7f5ef250487849d0 0.01 MB 18 30
144,334 144,334 000000000000061b4115d89a12eb9b9b26893225c03649e007076b36964a405e 0.02 MB 18 137
144,333 144,333 000000000000073e4774ec627bf22949be33657bd7edc0637382ffbef52b68c2 0.00 MB 12 268
144,332 144,332 00000000000002f64a7481d9c38b7954447e1a556e576dd793324503ecaba675 0.02 MB 25 180
144,331 144,331 000000000000010b4d05033cb8ac32e1768d2b2d936fa4fea210d41a86dc3661 0.00 MB 10 25
144,330 144,330 00000000000006a98cce9e7658b9b681191673551a2c153dd039702817cc7087 0.04 MB 99 164
144,329 144,329 00000000000004fa26fd7dd3cce83329f70127d9951c6e2f53d344de842f7949 0.04 MB 104 845
144,328 144,328 00000000000003a03da461791bb09e7fa89533aca26383091c95e1b1e6df12dd 0.02 MB 45 995
Previous 10 blocks ↓
Total Size: 769.40 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,644.73 GB sent, 94.97 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.