Memory Pool Memory Pool Refreshing

10,245 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (630,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,153 277,153 000000000000000152a7147766f90252f63ae719b05d87dac5bd16f50ff4c40d 0.12 MB 186 42
277,152 277,152 0000000000000002d82a011300983dfc23522c8e8c6065fd54d44c1462dda6ca 0.25 MB 471 40
277,151 277,151 0000000000000002fbdc2fb8f17ffb022975a0289d18507f121cbb2929e2b81a 0.03 MB 67 39
277,150 277,150 000000000000000227f4deca0a7b11ba230f213af1ed7a578dc568a28a1ba0a7 0.25 MB 559 71
277,149 277,149 0000000000000002162a6614bd639e8c707358dafd03e3f607184460c4e818f0 0.16 MB 297 40
277,148 277,148 0000000000000001526f2de9872e09c9435e348e8592b9ec0cef44aa6aed79ff 0.03 MB 60 69
277,147 277,147 0000000000000002bc102e98a734101d1dfed224ebfde35f3c166130a5b16b7a 0.10 MB 199 50
277,146 277,146 00000000000000034a89ea9553b21a530c27509c152c2db7a04a29a92e600ca1 0.28 MB 411 33
277,145 277,145 00000000000000018b7dddded22188e12ffd57b0afbae7f7e41f4a2b4d26e6b2 0.25 MB 566 76
277,144 277,144 0000000000000002730fb0d153f0153924f00b2f4c394e66b785abf7e9c700aa 0.06 MB 113 13
277,143 277,143 000000000000000378ce6958f60e92068890820d2c1bc1a777b33092835820cc 0.19 MB 412 59
277,142 277,142 0000000000000001d17401a474020ebe14cff0efdfcd879098629a272173abd7 0.03 MB 71 100
277,141 277,141 000000000000000286bb1b8f64aa032db836fbfb616663117c4a1a7a4ff56133 0.16 MB 356 43
277,140 277,140 0000000000000001dac347aaf8c0e4b3957a1f3e08bd320a2f418ee350f54ef5 0.04 MB 97 29
277,139 277,139 00000000000000020ba042887fe889a9f4701ece0d4411747a732d791ebe7a87 0.30 MB 414 21
277,138 277,138 0000000000000002f867f38615bd173011f90c21f15fa482e7552d54859bbf12 0.25 MB 665 54
277,137 277,137 00000000000000038a1f207aa72c760259c4fce8306845c7ae82e4491d3c2398 0.25 MB 716 80
277,136 277,136 00000000000000027ea588641dbb07b857900a25e05797c6be40c774de2128b7 0.15 MB 211 18
277,135 277,135 000000000000000126d988cc2a2ed310e48470517aa37188fae2418968cfd74f 0.22 MB 435 64
277,134 277,134 00000000000000015e2511350fe2f3f7eb43df195d979a532193055d246d6222 0.25 MB 563 53
277,133 277,133 00000000000000013801cb00c3c7b1b68608a4b21a60fafa60313b49843216e3 0.17 MB 101 15
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.