Memory Pool Memory Pool Refreshing

5,363 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,502 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (626,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,045 281,045 0000000000000001db3519ef68ddad35d1a6e6367e60b0ca11dd528412f00fb4 0.22 MB 441 48
281,044 281,044 0000000000000001a999406d7ff1a96aa29207f104241e5482490070f899f4d9 0.05 MB 107 42
281,043 281,043 0000000000000000a7f4bbfce816477288c639f9f5c46d0c33905829f327efaa 0.11 MB 202 36
281,042 281,042 000000000000000251cb03a3291544dbb0d11425aa75f7bba9b6157340ad293a 0.10 MB 209 41
281,041 281,041 0000000000000001e750ead06cb436dac6a2e1718e22a69f73b02d31eb430f46 0.12 MB 293 41
281,040 281,040 0000000000000000ae782eed238fb2c2ae1066c0c06122c77681a9e98dceba59 0.10 MB 94 15
281,039 281,039 000000000000000259b5c35d7be578ae3e0bc3cd9927fc2a8998528e73bfe60a 0.25 MB 433 55
281,038 281,038 0000000000000001bf6ab53c0f56f29b49a589ed96a7bf29f8283a288e8a22b2 0.50 MB 1,257 49
281,037 281,037 00000000000000017d2603016fd224ee2c77370dd600135b73686ecc6f937143 0.00 MB 1 0
281,036 281,036 0000000000000000594903035b6ba8181d73a87f291140b1515bfaabce51d755 0.05 MB 183 128
281,035 281,035 00000000000000022628c5e6e8f3394a09b782341d9d17947ab7891105b396b5 0.36 MB 484 24
281,034 281,034 000000000000000048699651891a930f05f38df38dd01d4a196ed23a792345cc 0.50 MB 1,135 45
281,033 281,033 000000000000000121fc80c891d66fd470f199800acc572eaa8261854a71efbb 0.05 MB 122 165
281,032 281,032 00000000000000002fac29313ebed652050d63ec43bc84c3b5cc9549d4d67626 0.04 MB 86 36
281,031 281,031 0000000000000000c6e4896844b5b99af3c71cff3e103450a83100ee06d1b867 0.21 MB 355 37
281,030 281,030 00000000000000023356ffa21d7cb0652c0c4a295e844b24963fe288d0950d99 0.25 MB 681 68
281,029 281,029 000000000000000052d00b7ea81945515580c1990cff8ea86fe04be73104f347 0.04 MB 85 17
281,028 281,028 0000000000000000e4abed4a1f104161cc4a3d131567d108ef186867a1e5d9fa 0.13 MB 75 16
281,027 281,027 000000000000000057d0abfcc438b7bef69f49a38dca420914421ca4d667b78d 0.25 MB 412 21
281,026 281,026 000000000000000189976bdb9e711d8e9988e88a6fd007904f19dd3cdcbf3a63 0.05 MB 147 139
281,025 281,025 000000000000000264c99a7daa85327ffc2eb590c41b3c530e2abf9b7a38ec14 0.50 MB 653 26
Previous 10 blocks ↓
Total Size: 769.21 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,634.59 GB sent, 94.02 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.