Memory Pool Memory Pool Refreshing

7,481 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (603,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,528 304,528 000000000000000029d945c3832c7f4afabce11e6cb1c27b6f5e8c0f2bbb356c 0.50 MB 718 28
304,527 304,527 00000000000000002eb7286fdf59ae0bc5b7bc3a0bf13db436b54149d477025c 0.75 MB 558 23
304,526 304,526 0000000000000000178ad5e6f7b3535c6106b7c6f0bdeb831dbd89c642b6f271 0.35 MB 730 34
304,525 304,525 00000000000000004cec4095f8a14ec672ee05506e84fc1f9324ee73700172ce 0.14 MB 267 29
304,524 304,524 00000000000000001ad5264adb1e9d0fba0cf9b4b95390499e37a9c953b9ecf5 0.23 MB 476 33
304,523 304,523 00000000000000001d2af1653c415b7801ce4c9b18ac7e87bef597e652b203e6 0.08 MB 153 27
304,522 304,522 00000000000000001dda76b61dedc43d4c7de37ebeb5611c523125730c798c9e 0.18 MB 251 26
304,521 304,521 000000000000000041b77f0f672620a484e2201fc9ec2898c2f825a6b2e59342 0.31 MB 529 26
304,520 304,520 00000000000000004ab17207e7a34b84da4dece6918034bd6aa7d1f70b31a166 0.34 MB 579 25
304,519 304,519 0000000000000000216bcdde33f4597a9ce784616df227e200608ed9d258dac8 0.49 MB 919 30
304,518 304,518 00000000000000003fb7d0800c854d5f7f1ac1747cd47526b2087a2471e1817e 0.62 MB 506 19
304,517 304,517 00000000000000001f0375f8b88966ad4dd834f1687d12c06739bcebd60b0854 0.50 MB 1,128 35
304,516 304,516 00000000000000001b107fe07904fb6daf338a911395a66476148b49d0ed202c 0.10 MB 111 9
304,515 304,515 000000000000000049ea07ac18eaed6556d1962ed773d3ed0072cc1a8ccdc87f 0.64 MB 788 38
304,514 304,514 000000000000000022c8925ffd2c5f8f5898c0febdb175e7137f50c048bcfc32 0.35 MB 833 39
304,513 304,513 0000000000000000042421ac9b5baa869addd8a830b3f2b1117b2dad806f9ce9 0.04 MB 102 32
304,512 304,512 00000000000000000d23628a372abf645c12f1bf0489b1c95790b0363a1d0691 0.17 MB 374 30
304,511 304,511 0000000000000000070ba55da36e659d8b60f69357fbffcd362bc63b4e33b817 0.20 MB 425 31
304,510 304,510 0000000000000000085a2ebb30ba64583a1b8ee63bd02f86aefc040eaf624ea4 0.30 MB 436 24
304,509 304,509 00000000000000002bd8080520e3914613e569fd4bf4c8239f7ec70477f16b7f 0.20 MB 512 46
304,508 304,508 0000000000000000042d92a7973626cbd5f9ba178013cf88e112a009f650ad04 0.03 MB 76 17
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.