Memory Pool Memory Pool Refreshing

7,429 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (538,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
369,333 369,333 0000000000000000061f7802688075dbe11d4e52f9691c4da796ef99ec842d61 0.17 MB 384 69
369,332 369,332 0000000000000000020d84d4bf0f400a738a90718dc5960440a192fbbcbe9032 0.72 MB 1,569 64
369,331 369,331 0000000000000000029113522f9574f90e9477a1625c0adc6f4268fc6cac7e9c 0.40 MB 823 48
369,330 369,330 000000000000000003cce77d9bed7d2878ac2ff43ab1d4a73ff0a6a86b5d2362 0.20 MB 337 39
369,329 369,329 00000000000000000a6bd8888294ab26edd3487d3caa38cd08bf2446b9fc0fa2 0.14 MB 302 38
369,328 369,328 0000000000000000064210d5fa2b91b6ec1be828a47174a7b9350fc294f39de4 0.27 MB 427 43
369,327 369,327 00000000000000000a6d8030671378ba29419d4067c75addc9e9047eec27f813 0.10 MB 187 37
369,326 369,326 00000000000000000f2b33daa4510cdb75f4d535b98a44453f81aa649eff56ad 0.27 MB 484 36
369,325 369,325 00000000000000000bb2c6d905fe0e5bc7509daf5147413d6fa7cba53c5d7dae 0.26 MB 460 41
369,324 369,324 00000000000000000765c8600eda4bdcc3e562df9e41142e928ce91fab3609e5 0.30 MB 655 43
369,323 369,323 000000000000000000c3d1c69297e6eb7d9d205035e7c178e1f4f91e6890f3af 0.10 MB 213 37
369,322 369,322 000000000000000014c3d62a432c255948154821d7269819f2a00c37fee06acf 0.06 MB 118 13
369,321 369,321 00000000000000001346c3824b40fcba64f75ea240fbff051fa743b77a6b25e7 0.13 MB 262 38
369,320 369,320 0000000000000000120bf34f84ec0c25ecf87e610512c7898567a811508ec403 0.24 MB 479 39
369,319 369,319 000000000000000010b49cbcf221263e2341083eb34a315ad15a7c2c59099752 0.01 MB 21 149
369,318 369,318 000000000000000010175bb260a695966f4e3c350bfafe9d927e4ca7c42d0176 0.13 MB 259 30
369,317 369,317 000000000000000002403306f6e864d176210b20012923064dea675163d4f94a 0.75 MB 1,545 45
369,316 369,316 00000000000000000a7fc1277f9ca4df7d6568ca5341bb1e2db9971cc62bfbfc 0.25 MB 441 46
369,315 369,315 00000000000000000e4f0e331d9edb493c290f9d1fdcf4d09d9b757b341aaf67 0.47 MB 790 42
369,314 369,314 000000000000000001f77d8037614857c7140230862b06015aca7f6417c79858 0.91 MB 1,701 39
369,313 369,313 0000000000000000102bc8c3e919b84c397426b9e2c0ccde40e3b3f2b34c538f 0.36 MB 722 39
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.