Memory Pool Memory Pool Refreshing

8,885 transactions
3.71 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,656 (779,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,529 128,529 0000000000001b4d41fa0243f8953f1e360c539251e3affe9fa9e74a1463b51d 0.08 MB 211 675
128,528 128,528 0000000000001ffe1ea57d4216e830c07a0b012750155bc4e45f777607f12fbf 0.04 MB 64 971
128,527 128,527 000000000000108afc5b0445bd780654378668059928cbcfb73718ee5ec4f580 0.01 MB 36 1,398
128,526 128,526 0000000000001121fc3f6bb052fa519360fd71486802bdf87402fd1120b6226b 0.05 MB 122 731
128,525 128,525 00000000000002cfb3f6d107f7b65a8d957b7935d4b1b2562955f45f3de6befc 0.03 MB 17 553
128,524 128,524 000000000000082ad326e56688f09d79174d7d03c909850a3eeff75f00289591 0.02 MB 80 146
128,523 128,523 0000000000001b7b28812612166bb9d56257d7b0f996f02b08c0ed84602963d5 0.01 MB 28 1,195
128,522 128,522 0000000000002371d413d319749d2491eed62a9545bd38f6b4401d742c2a543f 0.02 MB 62 334
128,521 128,521 0000000000000fd085685951698f57cdd48a11d5b030ff0e699863b219961b1f 0.01 MB 22 849
128,520 128,520 00000000000025e2adebab2c53982e90e31e17e9a4dc352987687d44b68c8b7c 0.02 MB 43 998
128,519 128,519 0000000000000d0a1aced802894a99072a07d6d530d07f379d8e5e514d41f35e 0.00 MB 15 1,107
128,518 128,518 0000000000001dd1c63421e59072c8d796a40657b8ac705f387004c740778d36 0.00 MB 5 1,058
128,517 128,517 0000000000001f380135027cbe100617737ab5d93b8c68cd99fe7c3d5cf60ac3 0.00 MB 8 526
128,516 128,516 0000000000001249e15e63787ef51b7bcdc3352559156a687aa872ede71c6e61 0.00 MB 12 1,522
128,515 128,515 00000000000008db888a74af545cdd6276b0900863f28c557ed9be98b18879f0 0.01 MB 14 1,297
128,514 128,514 0000000000001c7f63b636837b56476851d4057b5c6421fa7b3ca9d0f6b66311 0.05 MB 144 101
128,513 128,513 00000000000008933b5d9dd3ce6ff5a1590d31d4fae23945d57f7b3b6f1144c7 0.03 MB 53 753
128,512 128,512 000000000000055e766d7c85a46d072ea3b2b6d78497be11a6d1062985e938cb 0.00 MB 9 948
128,511 128,511 00000000000018b003568eccd59a9922eb11a27d2fec1c407a056fa353a9b399 0.00 MB 9 1,087
128,510 128,510 000000000000210ed59e8f493df1d3260948090c8dbe5be44da0a961bd1a601b 0.01 MB 22 111
128,509 128,509 00000000000021a983d3cda4c5c22c38bdb45db7f6acdcc800a32a895336afea 0.00 MB 13 638
Previous 10 blocks ↓
Total Size: 768.90 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,600.36 GB sent, 92.28 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.