Memory Pool Memory Pool Refreshing

4,299 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,370 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (592,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,554 315,554 000000000000000029d1dbf90e28a7071ab3bd8a79d33df0d0b1b3f387b23a77 0.07 MB 101 24
315,553 315,553 00000000000000001e7ee2f5f58132968f3c175a2c1ae296183d695172e26ec5 0.37 MB 601 27
315,552 315,552 000000000000000015f3ce3aef204fd021b8f695519c3d2b1bc8980cb3921363 0.21 MB 703 9
315,551 315,551 0000000000000000030cea90f65548b43a9c2e92bf41cc949b5ff999274b6498 0.37 MB 197 14
315,550 315,550 000000000000000020e4d72d5130292876d1bb36e233604cfeb565f016ba055e 0.93 MB 1,171 24
315,549 315,549 00000000000000000bd39ea73ae0a2806469263fb9f7afd9dcdfe0082d55a06d 0.74 MB 1,008 21
315,548 315,548 000000000000000026a66184ccf21a35cc5d8f6cd7925d454361ec391420c592 0.01 MB 25 26
315,547 315,547 000000000000000033ebb27e232c3eda2935fc59ab5ee0826537ba95791e1fbb 0.12 MB 149 14
315,546 315,546 000000000000000002b7495f4de3f640adf8735647994940ea9e61ec4b33f04a 0.03 MB 39 10
315,545 315,545 00000000000000002f84ec845e822c974706f18eae40f3faa62f3893ee18c7db 0.00 MB 1 0
315,544 315,544 000000000000000009e5fbd065cdbb73fc048815cfa8020349dbab4a2f5cc728 0.48 MB 374 17
315,543 315,543 0000000000000000134b6e1196376adc5ab194462e20395dcbfd514c68146acf 0.75 MB 889 20
315,542 315,542 0000000000000000060d564a0c48c1f9e62dc682460af65a34012bc4681fcc63 0.02 MB 64 35
315,541 315,541 00000000000000002b83939f841be4a5abb1b376f401e0b2807994298bd8bcc6 0.05 MB 128 35
315,540 315,540 00000000000000002d3b8346a9c01f1f8b264548c19aad1f3f735e18c222f3ba 0.29 MB 187 15
315,539 315,539 00000000000000000051d1259026a096bc9fb70e308219d22b1b8c1cdcbd34eb 0.24 MB 407 24
315,538 315,538 00000000000000000725920ea8ba506a69451b0c506648ff8b99b3c2e7fc2b02 0.65 MB 668 20
315,537 315,537 00000000000000001d710bc717090a396d1bdad136cc9eb4e51440eed507932a 0.05 MB 128 33
315,536 315,536 0000000000000000226e49cd69c4cea3271eaa453b976c0e75ac4715cffdcac2 0.15 MB 282 24
315,535 315,535 000000000000000015e00fc0c11bb068a0ef2a107e41c642be0b6e9348905207 0.29 MB 263 18
315,534 315,534 00000000000000000a0069885a8d0b43858bc1c9e3b217193d4e03112f6d1bc7 0.36 MB 553 25
Previous 10 blocks ↓
Total Size: 769.16 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,632.70 GB sent, 93.67 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.