Memory Pool Memory Pool Refreshing

14,095 transactions
7.44 vMB
Show Random Selection Loading Transactions
Max Size: 38/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
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,637 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,632 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,636 (744,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,801 156,801 000000000000057f6059c2b678e5d42191928ecd4af5f06baec34f5db1582cb7 0.02 MB 50 83
156,800 156,800 0000000000000ef31baae3f26b313a5aca25cedc0229c9e3a1cbb825bc43a3a9 0.02 MB 47 152
156,799 156,799 0000000000000119a9443c20e5dfe7a3a346e5de397c1b10664b6b11bdff870c 0.01 MB 48 3
156,798 156,798 0000000000000f57a21d01251a38dc746bc4622bc8d9fc61fa088dfb03b1b615 0.01 MB 22 108
156,797 156,797 00000000000005014e3ff73d4a235177e77f1af6df3efe305d6c589dd4c6da04 0.01 MB 36 78
156,796 156,796 0000000000000138af1c72e663e5a41381416b27708a43c7c2abea853f1de792 0.01 MB 32 88
156,795 156,795 000000000000065be142af1bfada5d3802706630d9e0ce97503d9c3072d82069 0.01 MB 18 280
156,794 156,794 0000000000000272b265827b9eb88cd15c8e903acd68567f923235c163f51e42 0.00 MB 9 4,952
156,793 156,793 000000000000053f5290a8a12f7fed34f76205bc21d482c01456f555c18fd57b 0.02 MB 54 102
156,792 156,792 0000000000000a2539d0e7ef10123d3302d139f6d36787bd0ce734dfe1b0b66c 0.00 MB 10 382
156,791 156,791 0000000000000cc81c8cae7a9f07502238f13bb65497bbb586291265ae4328aa 0.02 MB 81 9
156,790 156,790 000000000000029e4b1b56f833a25c06a403f314fb6f74a542da349068dc962a 0.03 MB 94 109
156,789 156,789 000000000000042e5073f435b04c0826e8c3726f23752317b1af97f7108ee387 0.01 MB 24 79
156,788 156,788 0000000000000743d858d6676077d1a1d403a16bd43aea8086ebc2b96cf03373 0.03 MB 96 147
156,787 156,787 0000000000000c5bf9de561de783c308f42ff8a65f642139adacafb5e792d92c 0.01 MB 9 16
156,786 156,786 00000000000005bb0a1084590665c9814ee61929bf56f7687ad819a18df26682 0.01 MB 11 23
156,785 156,785 00000000000001627ff5bf88f604782f8262cde8109b3ae88b36aa600349a81c 0.00 MB 13 33
156,784 156,784 00000000000008cd45c3aeaed8fdb4878e8131e3edf2e24cced6055b54eacaa8 0.01 MB 24 202
156,783 156,783 000000000000027d9c360ab5f417310893441300923789725f348ff56d838fd0 0.03 MB 75 80
156,782 156,782 00000000000009a58c6e6718d43c1bec39af01fcb6587db591d6295f4e2b3966 0.03 MB 27 54
156,781 156,781 0000000000000bac86a776d99fd9446515ea28fa90187ef8f579ac429e740881 0.01 MB 9 613
Previous 10 blocks ↓
Total Size: 758.55 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 744.47 GB sent, 39.71 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.