Memory Pool Memory Pool Refreshing

3,019 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,974 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (550,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,803 356,803 000000000000000000fa362148247047686a858ca3e5e21181bcd41314238ef3 0.04 MB 89 32
356,802 356,802 000000000000000014f9cb6500b045a772007a687150cc5aa41857746a6275dd 0.04 MB 87 22
356,801 356,801 0000000000000000124a96d4fd86eceaeb186e19d659363eb6bd6ba0dfd8a49a 0.05 MB 113 22
356,800 356,800 00000000000000001674c677311958fd61fa4676c969b80e3c2960023bc1cf64 0.10 MB 94 9
356,799 356,799 000000000000000004498cc3c0f491c66d347bc3d7767ee7b4958d6a034f7f45 0.01 MB 19 33
356,798 356,798 000000000000000014143833faf8a70e6664362529ed32ba39b2cfb430033281 0.04 MB 107 27
356,797 356,797 0000000000000000012dc2df03f72f1828a2e2ad5fa10a3285089fa7a4dab255 0.41 MB 765 25
356,796 356,796 0000000000000000088f9081a89b5540b54dfb04ee3e1eeb64de01da271d1198 0.02 MB 68 28
356,795 356,795 000000000000000001f17e0035e1a59a62964eca1bbb58c169ec1752475840e6 0.18 MB 368 26
356,794 356,794 0000000000000000083d0b3da77eca36d77ce7f0186f5f99709e1b5e29b24afa 0.30 MB 603 26
356,793 356,793 0000000000000000096d04ea0a30b042f2a2911103191a665322f67d10c91825 0.26 MB 527 25
356,792 356,792 0000000000000000058810a23ff9165ed57938ddfbe0fd5c0ac109ab44c7ed2d 0.01 MB 19 26
356,791 356,791 000000000000000005ccc0fe28989a15d1e2522322fd3b534f0e7d673985e6b1 0.14 MB 276 26
356,790 356,790 0000000000000000140b2aa3dcf664123ad4fadc7ad95ac16ee7666106c1ba4f 0.17 MB 349 26
356,789 356,789 000000000000000002b24e74af8a69a62c874d62074fe9938c74e88fe552ba14 0.03 MB 58 23
356,788 356,788 00000000000000000195f646b2718064909fa326f665260394050072d45dd555 0.10 MB 226 29
356,787 356,787 000000000000000005fcc99eed36cb2c975b92bd885e160d8a5bce43c61930a1 0.12 MB 202 23
356,786 356,786 000000000000000002966fc294e35b010554d93a3c392e807ef56dfc16e9ccb5 0.11 MB 223 25
356,785 356,785 000000000000000005bcb3c498ecb1c1c814e0b6894a0f19ed2e5b2efc37be3c 0.32 MB 587 27
356,784 356,784 000000000000000006d7965804813f912dfcda62f7aebd1d75588c88d85419c9 0.23 MB 436 27
356,783 356,783 00000000000000000a664b3ccafd851d739bc854d8fc7f75dc08244aed615468 0.08 MB 110 19
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.