Memory Pool Memory Pool Refreshing

3,453 transactions
1.02 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
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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,356 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (706,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,088 201,088 000000000000036822975a8afe4ad128ba7bc920c91c6b7ea47d9b01ff24c0b2 0.03 MB 65 85
201,087 201,087 0000000000000598d7f27b42a44f18d50cf44e9fb51b43c356164631e1e9def2 0.02 MB 51 127
201,086 201,086 00000000000002de6a4c348d0777d28d4617946917dfe035fd3f997a97db1c61 0.05 MB 120 100
201,085 201,085 00000000000003a52ce6e9014042948a5f431afe7eb76483e96f934b27c089ba 0.03 MB 81 110
201,084 201,084 000000000000002f1d7fa1663c2a66e0fb2925dc35e71ec8ebb4aebf93591ac1 0.02 MB 50 127
201,083 201,083 00000000000003427d2d44ce57519a9f8a5c89ef367b7a8ec4fb302a437eea1a 0.00 MB 1 0
201,082 201,082 000000000000001cc8dda4690ea8ec73298271de0ca800d4751a696e52b408dc 0.05 MB 84 19
201,081 201,081 000000000000034fe2917dcc34a800e2238640e0758fe1358f76914d446081b4 0.07 MB 144 84
201,080 201,080 00000000000003277f72abe15f45c82fe666ac740318d83569a6ad0ecb5399b6 0.00 MB 10 0
201,079 201,079 00000000000005bc88c58a540adb316ac48a417e80d5e99b4e06932be3c9aece 0.12 MB 188 305
201,078 201,078 00000000000002105a774ce2c8ce921f6a38dfe2b763c648a7f3280ec5604f52 0.03 MB 83 47
201,077 201,077 00000000000004025f00d7cb148c444b4f0d571971a8760d26e0839f4a16b84c 0.13 MB 106 72
201,076 201,076 00000000000001116cd40feb996154ac33dc0fbb6bf7b4f79473b6a43417b0da 0.26 MB 569 125
201,075 201,075 0000000000000139f018b01d1abb84fb9afccfc0032865efc0fa3458d0fbe3a6 0.24 MB 319 96
201,074 201,074 0000000000000206e4f54add6f7cfbbac1b216accf28033b4711e5584d8a8348 0.05 MB 134 187
201,073 201,073 000000000000025838d60d229cca6964a4771c7f4f18e157751a7759441c25b0 0.00 MB 9 70
201,072 201,072 000000000000049334dbe369daef971b51e68bf5fe986484e21d5fd089d95cd0 0.02 MB 65 92
201,071 201,071 0000000000000038e1d446d7cf5b090b2ccf3f08eb9dcef5a22251fc5562a1c1 0.01 MB 37 123
201,070 201,070 000000000000003d38b17432c66bde341eedd9193399c013451f2bf2712b3980 0.08 MB 155 115
201,069 201,069 000000000000050998f31db9ee5b7e9c7e40b42f217387ff00e3a1cad62c5bd8 0.00 MB 12 35
201,068 201,068 00000000000005d8d680edf588de06711b0d3371a4a0c32912e3dbc310ed0953 0.06 MB 104 118
Previous 10 blocks ↓
Total Size: 769.00 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,616.66 GB sent, 92.80 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.