Memory Pool Memory Pool Refreshing

20,333 transactions (4.93 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,154 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,239 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,153 (844,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,856 64,856 000000000916c1e6e27e22c0d7ee9879ae66688065bcf5458d20a25857f32fed 0.00 MB 1 0
64,855 64,855 00000000099b0c9a4c2b51178f3336444ec617a687b2a2dc92759aba1199ea8e 0.00 MB 1 0
64,854 64,854 0000000008ddf1c284e521b2450c2b7d77517ba3d21413abb641cf8dd8b5615a 0.00 MB 1 0
64,853 64,853 000000000a98d107f9885b60776204f26aa39cf52ec555014c9867af54723f3d 0.00 MB 1 0
64,852 64,852 0000000001b7ca09a844fa778bb45c56c8b218317da5da3621619fe2f2768f06 0.00 MB 1 0
64,851 64,851 0000000004c83bff977d3cc3fd1184d322ed0084e3e27b0bd94ae78108883f7e 0.00 MB 1 0
64,850 64,850 0000000007c0f4c9700a8b1d9e72a2404d8d053b9725799b1821487fe0c6194b 0.00 MB 1 0
64,849 64,849 00000000037e89c68ab53743424031c943b4f6ec58fab2266457422036aa89c5 0.00 MB 1 0
64,848 64,848 000000000201a90f7e25311eba4c5b8bf1e89c07074b8713f05432b6d733b702 0.00 MB 1 0
64,847 64,847 00000000090eb39bf7e4e995e68a92d63e9d40dad4309104e65fcb6fd2e636d0 0.00 MB 2 0
64,846 64,846 000000000a2aa21976405f0de9134409800e215c7127119ae82bdece98d879ac 0.00 MB 2 0
64,845 64,845 0000000004b248741dbd2272fd1cfcb3d1ab3f8631918e856bd81e732eef7712 0.00 MB 2 0
64,844 64,844 0000000001d4637a312721a12ef7aff78c3e19a291d2f2b81e4f5c2921e21265 0.00 MB 3 0
64,843 64,843 00000000025a5bccb5976cae40c24c92716501d8fa879a38371e9ba0fee16c32 0.00 MB 2 0
64,842 64,842 0000000009fc62f0f8c56df4efe398813da408f53c9207ddbc623f62b086a637 0.00 MB 3 0
64,841 64,841 00000000077de8ce74da5bdce3dd80c79e550f5946e72c7dc46e673a81756a01 0.00 MB 1 0
64,840 64,840 0000000009e574591a55cfaee169b0f2bd2df5ede7b2601da18b6871b181ac46 0.00 MB 3 0
64,839 64,839 00000000070ca0691e3b80532d6da0b09be09092a6ad07faa2230f052defb48c 0.00 MB 1 0
64,838 64,838 00000000063caca62a41d347e061bb9404a6e0224ccf58e5308ba5b583b27053 0.00 MB 3 0
64,837 64,837 00000000032a9cbab911e2d0253ad8ed289a3bd1305880d0b3dc4a54e829b472 0.00 MB 2 0
64,836 64,836 000000000818e7d36106d2b23144d8a4c3e868564e7dc37db2556d19ac8af47f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.83 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,965.69 GB sent, 106.79 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.