Memory Pool Memory Pool Refreshing

2,712 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,757 (321,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
586,140 586,140 000000000000000000079914714df0748958b078b28130f0b3f9e76bc3dbc824 1.04 MB 850 15
586,139 586,139 00000000000000000013e7ff5e2cfaaa7e840f873303d92915c5079e9032eaba 1.24 MB 1,682 21
586,138 586,138 00000000000000000007cffcc3d61d19bdc2799bfdcb0476c46fa034056d3ee7 1.18 MB 2,466 52
586,137 586,137 0000000000000000001d06f13e440d045267905e157e27c49b71d4ea65e7e246 1.10 MB 1,273 7
586,136 586,136 00000000000000000012a16dcefe57ead18f87f5f8f035f53c86b70c68af588e 1.10 MB 1,251 12
586,135 586,135 0000000000000000000ab267f30433b3eb4ac1c25e89666922ba95ca9ef0b1fe 1.18 MB 1,886 41
586,134 586,134 00000000000000000005fe6fa69ed2744a0af098efb2682b52d3de2352b84a28 1.55 MB 1,813 29
586,133 586,133 0000000000000000001cda196a9076d49dccf80beec651d378af527b634bf910 1.59 MB 672 12
586,132 586,132 00000000000000000018ec9d16f66ac443369b457c79e0fb1d6aa8d6eca56266 1.34 MB 1,564 11
586,131 586,131 00000000000000000003231460bba72cee5ed21178f8dcc76b07f2c4d2819831 1.15 MB 2,707 34
586,130 586,130 0000000000000000000a69382c1a0f3d2e2562719c19b7f33576422089685e07 1.15 MB 2,512 36
586,129 586,129 00000000000000000014f6f66490f499e8ee0c74b4f85ff497256d8f7abdedf7 1.18 MB 2,137 26
586,128 586,128 0000000000000000000c64b1504995fa5c08ddd8a47d9e93565b5b07c18c4275 1.22 MB 1,500 10
586,127 586,127 0000000000000000001187e9da355a07323057a8c005d2a4e9a252a11262161a 1.12 MB 1,272 7
586,126 586,126 0000000000000000000a9bd60bac92bc168b8e1402390613c0cc04262249a973 1.26 MB 1,559 30
586,125 586,125 000000000000000000163f412605054bcd6bf9dabc0dc36649866e45674808a5 1.28 MB 2,616 53
586,124 586,124 0000000000000000000a3686558fb808f84ce8a3a4b0b1300108601a88ced59e 1.14 MB 1,513 9
586,123 586,123 0000000000000000001324081fcc58cb2978cc089dd6cab364fe2d5ac6e42466 1.15 MB 1,390 15
586,122 586,122 00000000000000000004c5403867f99d17b21047e925656ece62bb447d9f9e67 1.34 MB 2,819 62
586,121 586,121 000000000000000000071f5c8d3efea6619bb06e255b4a5a2bd0742615fafe41 1.15 MB 2,286 32
586,120 586,120 0000000000000000000b6337c5fb5f13a601c59e95f768472ec27086e6ef7ebe 1.06 MB 2,576 13
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.35 GB sent, 93.35 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.