Memory Pool Memory Pool Refreshing

876 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 876 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (791,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,978 115,978 0000000000000b5648d6155adea657003efac313e3a1efb04e1b09373512deff 0.00 MB 14 0
115,977 115,977 0000000000001ce70319eea9705afd9aaf44ca06b47b22276f1f606413030dbe 0.00 MB 2 3,861
115,976 115,976 000000000000684bf8707fa673ed9272e40b72e6da082591e527ccf4e5d2cea9 0.00 MB 4 3,886
115,975 115,975 000000000000dc80b8f789599e6484b7a4a9e89d647990fb55e3bcd5453e06a6 0.00 MB 7 572
115,974 115,974 000000000000091c5a109d5067fba58b466fc8b8f496416d0d499329f5c2a62c 0.01 MB 16 337
115,973 115,973 0000000000005b9eb9802de9299db15c93836837238f1d7a0921095be3784617 0.00 MB 4 3,880
115,972 115,972 00000000000037f881e0b9f794316fe4b22428872d56bb1a599b6c2f677e23a9 0.00 MB 7 486
115,971 115,971 000000000000c8aca6690050768df887463271b40d2f222a45bb143ca370330b 0.00 MB 10 1,424
115,970 115,970 000000000000d69dc3b0050595580f96f024ea38533cd5114c14cef19168108f 0.00 MB 5 0
115,969 115,969 0000000000004ea2f31c5d212d33d6a8786d9c71768acbed7e1e923d4e29e655 0.00 MB 9 321
115,968 115,968 000000000000ddd4a7f14a738b900e1bc29729563a392019d73870e6cfcc3abc 0.00 MB 5 1,031
115,967 115,967 00000000000048f8e2341b09a1a60c396b2a64cc415dc031cf3882096eefabe2 0.00 MB 8 355
115,966 115,966 0000000000007d059e1e7abd856e47efdabeb3cad50d3bad02f17ebbf220b6b8 0.00 MB 7 373
115,965 115,965 000000000000386de8624f55379e87f3f183e2f6a70e149b36d8a2df1c026a42 0.00 MB 16 408
115,964 115,964 000000000000b862f5f70f79c0dd2b06ad78fd66c46aa1548a367039471126b8 0.00 MB 4 442
115,963 115,963 000000000000b36044b82405bcfd6db4361070e6b5d7a15148e84d5dd20e91fd 0.00 MB 9 0
115,962 115,962 00000000000008badcfec3e875eda1ce288e7c59be10533e2bec46148c9b901b 0.01 MB 12 455
115,961 115,961 0000000000006f2f818a1767981881ea7db1f8e63701bcc4d2309ce63bcbedc6 0.01 MB 24 223
115,960 115,960 0000000000005fba3dde4f67302482ad06bde8417c0e50c9c48737e2dd89cdbf 0.01 MB 13 336
115,959 115,959 000000000000716a52f7ccd53719710c7d181f806f0bf34cf2a9439fb3b2b5a8 0.00 MB 12 342
115,958 115,958 0000000000009fee4a2a8097f68ec3f4cf1af9d43fc766a78fd92d3c47f8494b 0.01 MB 20 1,280
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.