Memory Pool Memory Pool Refreshing

18,541 transactions
5.94 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (184,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
723,011 723,011 000000000000000000031d1e092e44fd328123cd622d7f3d7f3ee3fb6b434fe2 0.31 MB 561 11
723,010 723,010 0000000000000000000133d199d0c8fdf8a1ac2eb8239bc3e5bb31be0b7a76f7 0.61 MB 1,126 9
723,009 723,009 00000000000000000005208b6228678f989c84f3503515141c24896c239c7583 0.05 MB 110 14
723,008 723,008 00000000000000000003b6b49e78f0dfbfe13a0c388600256bfd0e8fa14bd987 0.40 MB 703 10
723,007 723,007 00000000000000000005509dd8d404e0124e1909f7c37a437640e2b11003d0f5 0.29 MB 320 19
723,006 723,006 00000000000000000000278f906e86eb59c8f608f4df2f95b470533ddd816ad5 0.11 MB 279 16
723,005 723,005 00000000000000000001ffa8f61b87f37579b670c6eea885739a70af4818f4e5 1.53 MB 1,915 7
723,004 723,004 000000000000000000037f54cec9f8d89064993fce948dcdd604c6a51a0d2250 1.26 MB 1,683 13
723,003 723,003 000000000000000000035956f59b74228326fbbdb4d3b1978d2a7a34c9cd08c2 1.28 MB 2,243 11
723,002 723,002 00000000000000000007da1bddd82bff1e3987343db4765c6130d2d94da32571 0.32 MB 305 2
723,001 723,001 0000000000000000000a57f316a314bf2e821271d3b93c79c340511d2fb4c0db 2.04 MB 1,252 6
723,000 723,000 000000000000000000029d0c1db1e2fac03651f1244f49ae0c2649c85f681104 1.89 MB 1,789 6
722,999 722,999 0000000000000000000059268f5abeaafb4d074dc6a25c6171267ac3490b34cc 0.94 MB 739 6
722,998 722,998 00000000000000000001d964c805fecfd95bc7b58970af5d80f0c6073601f53e 1.28 MB 960 6
722,997 722,997 00000000000000000003cc540e736ff3055e9adc859ac32871f57077d1757219 1.48 MB 679 6
722,996 722,996 000000000000000000062a2819575c6d69b1f599a8df51fef207a39be74e2a62 0.73 MB 341 5
722,995 722,995 0000000000000000000a26894ae110fd2dc57ef818358fe302da73c97ac3edb8 0.57 MB 410 7
722,994 722,994 0000000000000000000229c820b0d7681595fec548495c59818604a8cbac6e25 1.02 MB 579 5
722,993 722,993 00000000000000000003b99a67d471be84052f7fad2e0cbcab9cb11e8f9166f9 1.97 MB 1,206 6
722,992 722,992 00000000000000000005c9ffd4709f065cf815fe2f2e2227d0f2ad70cba59f57 1.28 MB 1,461 4
722,991 722,991 00000000000000000009e78f4c2fe67fc60f32a3a1a7dc570334edbea67506e8 1.71 MB 358 1
Previous 10 blocks ↓
Total Size: 769.02 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.36 GB sent, 92.99 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.