Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.77 vMB 2,700 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (426,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
481,529 481,529 00000000000000000100709cc02a4c89668686964b3318d490b0434adf22c9f0 1.00 MB 2,265 381
481,528 481,528 0000000000000000010c8284282823aebfb0fb039899a999f597be8d4bf30506 1.00 MB 2,378 346
481,527 481,527 0000000000000000000c041937d344bec691e2dadf1b64907e3d630df8456d29 1.00 MB 2,357 327
481,526 481,526 0000000000000000004a73d00dfc4e6e0027a883ef8be09e746ed3a2538600b6 1.00 MB 2,283 316
481,525 481,525 0000000000000000006d9ad61989e79af0fdd8032f07336f4da70e53dfef7d53 1.00 MB 1,956 300
481,524 481,524 00000000000000000042a1bb3410e6979a50be9de628073d399ba04a0d5484dd 1.00 MB 2,464 362
481,523 481,523 0000000000000000012de7b26d965baccd53fc28bba043606e1b941f9e5734b5 0.99 MB 2,106 354
481,522 481,522 0000000000000000008cd796c461361b3cd6b4eee222d8e011ecc92c23ff98c3 1.00 MB 3,001 323
481,521 481,521 000000000000000000327dce6a552a1115142644237d0f372254d56a15ce6bbb 1.00 MB 2,684 347
481,520 481,520 00000000000000000033dce0e81d8f0836a6675e7b07d44e3f77890710eda8d9 1.00 MB 1,654 337
481,519 481,519 0000000000000000011091ba166690cac3018e72990eab6152503892cc782530 1.00 MB 1,714 347
481,518 481,518 000000000000000000b72fc116c5866b35fa1476851879f39bddfbebbf6bd8e4 0.99 MB 2,236 294
481,517 481,517 000000000000000000f076fe24c94ecaba11924770793b0592aa31e7e70a55ec 0.75 MB 1,613 261
481,516 481,516 0000000000000000011dce92c300485f19f2328bd31e1eb8fa8845964571596c 1.00 MB 2,074 258
481,515 481,515 00000000000000000064ce1553a06a55143522aa116b895a6a22d1564f69acc5 1.00 MB 2,481 330
481,514 481,514 000000000000000000366fc27cca0060c07ecf99f1af1f6591e644b6e65143e4 1.00 MB 1,731 215
481,513 481,513 000000000000000000ecb65da1b54c35a42cbcb134e1606809be5de3c985cdda 1.00 MB 2,187 265
481,512 481,512 00000000000000000076b73eddf2406ccf602edad2ae03e157b045df444fd080 1.00 MB 2,195 257
481,511 481,511 00000000000000000052ed1f45c537aed9999a449fda68482d83a56d09f02284 1.00 MB 1,985 274
481,510 481,510 0000000000000000005b8981b729759bc207e1cbe5b3cdbb0dc3f947d5148c5f 1.00 MB 2,494 291
481,509 481,509 000000000000000000d8c962246e3483d91f329db6a1f013c0fcbbb3a1fff0e2 1.00 MB 2,011 225
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.