Memory Pool Memory Pool Refreshing

2,954 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,407 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (724,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,868 183,868 00000000000003fca0b67e93ce504b1027a72aaf7b06bcc175726337295334f6 0.16 MB 256 124
183,867 183,867 00000000000000a7bf4acf4812a8b2a2d1c19e1e6adfd94c7cf6eb781c6799ae 0.22 MB 608 146
183,866 183,866 0000000000000689a679f18345b48ad3de22d3336c38ae5b6d1247e8fa061c2b 0.05 MB 132 149
183,865 183,865 00000000000006ce61e01ac076c703c663e8ff8dd117d4acfb72641975421474 0.00 MB 12 362
183,864 183,864 000000000000090e7a2506e25f0fbcb987d4a051760b22f817a72ff16cefea33 0.15 MB 327 116
183,863 183,863 0000000000000914e527e758cb7ae8d5cdf31e937af949012d65c8cc5f24c35d 0.05 MB 106 136
183,862 183,862 0000000000000351b7bfcd61f668596d30a656a9d47a02a7e4bd62efe09b567d 0.15 MB 464 153
183,861 183,861 0000000000000a6d734494c1e81b78ec44fc624b42c4cd3548e5789bdfa8a8dd 0.25 MB 420 104
183,860 183,860 00000000000004e8042575d1639addde57fc76c1e9b24596cac2daddde9d71ed 0.00 MB 13 163
183,859 183,859 000000000000075977314a2d3dc0cde1dbf1085a106910026c3f594ee35bf9e0 0.00 MB 13 0
183,858 183,858 0000000000000a8293c9a410299c2a9352eee92881795152153520cfe421ebaa 0.04 MB 80 90
183,857 183,857 0000000000000781923bebdd016818fb153b9c8f7f2ae8322d8c8fa41ec3683e 0.00 MB 12 120
183,856 183,856 000000000000090dbf3f4b1c72b9a9ea4644aed52f3dfc8a966fe7e7cb10979d 0.23 MB 581 148
183,855 183,855 000000000000026f7bf9fdad0ef4202d9d681c28192c28a9fca97d0ef0ae5592 0.10 MB 135 81
183,854 183,854 000000000000021e5cacb47c39b4c4e99bef7474fb0a392bc37282ed2c03b303 0.05 MB 152 69
183,853 183,853 00000000000003a724e4d79defa16129dcf043873272704e171d6ea96e5504f8 0.25 MB 674 136
183,852 183,852 00000000000006e926fc9180bb0380959e5f481b9185791d6d421438f777b943 0.16 MB 512 180
183,851 183,851 00000000000006e9fc72f8109eebab103f44038b6567cbbe7fc8bc006140ead4 0.05 MB 145 137
183,850 183,850 00000000000002160ea18ff78b5265af399af250cd4c0064a6574917d7e01a35 0.05 MB 143 110
183,849 183,849 000000000000072db7cbf6a541e4aa0ee04e143337ad000428839e8fb1d06bcb 0.17 MB 426 149
183,848 183,848 00000000000007ce234b525d4ea0056af55cbded7b3da3d3b80acf05b7494dae 0.18 MB 398 114
Previous 10 blocks ↓
Total Size: 769.35 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,643.46 GB sent, 94.69 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.