Memory Pool Memory Pool Refreshing

4,876 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (761,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,314 146,314 00000000000007b4ff5761004b8a8c53c4b7e7914911987c2539bab8789f5d8e 0.05 MB 97 60
146,313 146,313 0000000000000579f26ced5d875e705cd7a2b05f04bc07cebcc5997261e00354 0.00 MB 10 360
146,312 146,312 00000000000003404a524d705e665cf343a8515d31572efdff271c533162231d 0.00 MB 9 28
146,311 146,311 00000000000001d7dd3bbddcf037edd709b60ad91aa7275f6729162ea7a8fbcb 0.03 MB 52 168
146,310 146,310 000000000000057f1476d7b766f2991adab24404af5cfb0f32ec1fd300281dad 0.00 MB 12 83
146,309 146,309 000000000000067633df3a9187d4ad97d336f4a6524bd7cee8dd1b5fe43eadea 0.01 MB 23 15
146,308 146,308 00000000000005a1a636b8aaae900e3f5dc42cf4a0aea66129414d2c5d475178 0.06 MB 144 163
146,307 146,307 00000000000002da00dcaf35b6ee2730ddba261dc7bd36e7f2deaab967ecb0c2 0.03 MB 82 48
146,306 146,306 00000000000005b8225410cbdd2ce4b85f74c56c24b9e73bb75fd2f0c8c6acff 0.00 MB 10 437
146,305 146,305 0000000000000879f7d535a140e9bcf9c9c49b9bc3f8e52673ad1e5c38949717 0.02 MB 37 114
146,304 146,304 0000000000000498fab0b7a5741d3b825fc712734fbf219d89b492bcb8a5eb23 0.01 MB 17 401
146,303 146,303 000000000000059314ca5c903c18d7e7ed6f068974c70a057eddea578845cca1 0.01 MB 24 70
146,302 146,302 0000000000000616e7bfcdd615bd411939c4ffe9dfdfa237a5e3c0a15a33da47 0.02 MB 49 109
146,301 146,301 00000000000005b8a31c97b703fee3ab73b22b4510aeb360e14849402ff2ca80 0.01 MB 30 58
146,300 146,300 00000000000008aeb3b98261e29d4ea6b5b3cd7ff291af95db8806c5bfeb909d 0.00 MB 8 55
146,299 146,299 00000000000002874a92c770de12e62c7eed112335dcda2c510475b7c6b67c16 0.00 MB 1 0
146,298 146,298 000000000000086f600449c573540a98eecb45300deadf0ab03caecd52dc7847 0.00 MB 11 34
146,297 146,297 000000000000016ed4d352eb0e9fd024434cda27d3659d4298e0bab3c7488dcd 0.01 MB 27 559
146,296 146,296 00000000000002a4b55173f3c3b79de09aabf48d102218dd2ba84ec07a663157 0.01 MB 32 295
146,295 146,295 0000000000000509a419798bc07835f638b5a5b23f734232a97d9012ff3011de 0.00 MB 11 87
146,294 146,294 000000000000051ee8b9f5abac92f2b6eda3d068f55aeb11a5905a57a084d6de 0.01 MB 39 199
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.