Memory Pool Memory Pool Refreshing

7,102 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,874 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (383,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
524,333 524,333 0000000000000000002b55bfc130845e11e58eff4012052bca08a0203c1926cc 1.15 MB 3,073 13
524,332 524,332 00000000000000000010c5c034cc3febb0681604ed3f1968849f22a6fb385265 1.11 MB 2,425 10
524,331 524,331 00000000000000000010e8469aeb590f5860ff136d72834e8cdb4bfcf77bcf8b 1.13 MB 2,392 51
524,330 524,330 0000000000000000002cd45affabcaa2d75c3799f27dea13b47e3b63b0f8c208 1.09 MB 1,170 13
524,329 524,329 00000000000000000030447e877ab8797ac01d51cfd1dad234e590e6deb3182e 1.24 MB 2,503 30
524,328 524,328 0000000000000000001519f1c4e9b7f718d962075e0da45678160ad14593e395 1.13 MB 2,105 29
524,327 524,327 0000000000000000003000503ff45d190932f7e5e5dd33e91cc493387858dd9a 1.08 MB 2,418 16
524,326 524,326 0000000000000000001c952420c065f3b70295454053fcfc3a2d0adcbfa000ce 1.66 MB 1,262 31
524,325 524,325 00000000000000000027fe037b559cf6f5e4fd2bbb81fa633c28462ea1e22a37 1.39 MB 1,137 65
524,324 524,324 000000000000000000025261518da457fccc3ecebe6243f6c66a302bd2c5dab2 1.29 MB 1,500 33
524,323 524,323 00000000000000000014d249957c2ff23e489fd5049954e5bfbb5c466ea587b8 1.16 MB 1,100 43
524,322 524,322 000000000000000000120139307fa5c3d4c145ccc3311d48dd30b39a6868cc6f 1.04 MB 896 53
524,321 524,321 000000000000000000148c29da3078949ff434934ed6c6376460f527cd092908 1.04 MB 1,104 78
524,320 524,320 0000000000000000001d0369426db094650cad905db1a660d65f8779a48a42fc 1.07 MB 1,801 41
524,319 524,319 00000000000000000029414bd8e91de920a7c1a90ff3a934108aca5be2b0bcf6 1.15 MB 1,916 71
524,318 524,318 0000000000000000002abe57e410d5bb654980080ee63fb1c075852b0d529e9d 0.38 MB 577 30
524,317 524,317 00000000000000000010e7bc57d4cc9999cea5c88391ceb3b5b4cdebbc58d4c2 0.86 MB 1,375 34
524,316 524,316 000000000000000000172298ab32f10ddc0029b8f60b0a234b1bf15bbdf58dc9 0.98 MB 1,350 2
524,315 524,315 0000000000000000000b13e1b7992633bfe35525d1ab5c5a4dabc1b6968a0432 1.01 MB 368 3
524,314 524,314 0000000000000000003fbaf8b31af3b7d0d7d3665ff70c8d5949357f11c45f52 1.13 MB 1,238 3
524,313 524,313 00000000000000000027a3c07fa674be944c784d3c87de9524cea45725161ecd 1.26 MB 430 4
Previous 10 blocks ↓
Total Size: 769.22 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.67 GB sent, 94.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.