Memory Pool Memory Pool Refreshing

14,076 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (555,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,761 351,761 00000000000000000066fd21dea0f1e1dd011d71db5e2cd22a6e9ba539042862 0.10 MB 153 19
351,760 351,760 000000000000000005525db45a8185ce5e6aace9515ef704b661edd64f317c17 0.35 MB 652 34
351,759 351,759 000000000000000007d298a335035e9e0ef4829fc72b2d9976a53e28c629e692 0.10 MB 107 12
351,758 351,758 0000000000000000139d832a2ae3809cb69d8ab91e22171342e6506a759c07aa 0.22 MB 369 29
351,757 351,757 00000000000000000ffd3f4e9cc144ae3bc339b03428affc35c2ea9a2e3d361f 0.56 MB 1,076 29
351,756 351,756 0000000000000000065febc1bdbf917a5f4fe9f3d712c932c218427f73347ce6 0.00 MB 1 0
351,755 351,755 00000000000000000ee034d42e1b40fde2907e6630c8bcf25e091ad7e0eea1e1 0.05 MB 128 36
351,754 351,754 00000000000000000aa2e62fc8d8d30caae6ceeab11d3ab814dd98484926fe6a 0.54 MB 922 26
351,753 351,753 000000000000000003328e8f9267493dcbaa0dd2e75e7daa7952a528d433b5d2 0.60 MB 1,211 30
351,752 351,752 00000000000000000c2e2a624ab4b5285af1b3f3f339281a4a2b0d80540248d3 0.10 MB 230 32
351,751 351,751 00000000000000000abc23032253f75836e074ec56ea8635e8ee81e6bc8490da 0.21 MB 404 28
351,750 351,750 000000000000000003420a46745bb9cd6c0e8b35b03d3717a6f84dbce0efec38 0.38 MB 537 25
351,749 351,749 00000000000000000798d24b407605182eae9a36369d20609a86ce3f5fdc8941 0.18 MB 370 32
351,748 351,748 00000000000000000f45bf509c18286c6141524a89c3e30652e01cddd7453e9b 0.26 MB 558 32
351,747 351,747 00000000000000000ac8735719c72da86cbdb0ec1cafc4fb079ff886bb486d19 0.04 MB 92 44
351,746 351,746 000000000000000002c4d08d4646a49d462963da98cbf91efb8ea6e04148e81b 0.25 MB 421 30
351,745 351,745 00000000000000001014e9b48f810705d1a6fa1ffddbf51de6f1b0114b2fc029 0.04 MB 69 26
351,744 351,744 000000000000000013fddfbd879eb37c7658d21ce51d7cd42646591f369d339b 0.14 MB 281 31
351,743 351,743 00000000000000000b844b3b90a91a2b794a4a6d3589dccb833f375b286efbcf 0.11 MB 255 43
351,742 351,742 0000000000000000020ebd0056e9dc5c00d05da2be319afab060786c78ebfd09 0.28 MB 630 34
351,741 351,741 00000000000000000330abe2aa9f85cb1bd949231e3a4cf01e4bd4bf5340fd3a 0.19 MB 443 33
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,622.94 GB sent, 92.96 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.