Memory Pool Memory Pool Refreshing

4,713 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (651,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,733 256,733 00000000000000096b63d0337235323908f3ba49610366afe55dbc7cfdc2289e 0.07 MB 164 105
256,732 256,732 0000000000000021b93c9e1bb8b35eb68601f2769eb778969bdde6f91907dac8 0.08 MB 200 121
256,731 256,731 000000000000002cbfb85fe6b46187ea34dcc30fa9ef57657812d4354de8adc0 0.12 MB 299 130
256,730 256,730 000000000000002b019d0da16a6c6eb401b10179ea4c0bfd4587de87eb3e95de 0.25 MB 502 101
256,729 256,729 000000000000001aa9e6a7a63e6e88ed769e56a5e5725a3af01b4bc47d57aa0e 0.13 MB 366 156
256,728 256,728 000000000000001a5efa926ac6f0a4676a575a6557dae5b11ba650918ee843fb 0.19 MB 495 107
256,727 256,727 000000000000000371750dae688702eca287606d92845f1046067e7ef21a9798 0.10 MB 247 104
256,726 256,726 0000000000000020d9ae7004831048bccb470b443b060bd2e684928804149301 0.07 MB 178 96
256,725 256,725 000000000000002798a756fec605ee93f33d3666df46d37fc6dcc45ef5ee412c 0.19 MB 514 113
256,724 256,724 000000000000000d32e1ae53307c5d922040abc0376d6e7e0b3b9c49b6836f9e 0.02 MB 57 81
256,723 256,723 0000000000000012363824562ab776ffd6569b0feaaa974bf156b17b4fc548ba 0.09 MB 209 102
256,722 256,722 000000000000000d4f2a39058af4cd75d14a581dcb25d4e55428a0628d94c354 0.12 MB 356 118
256,721 256,721 000000000000001e59e5346bb2e5948ae211dcaf7b7106f04884fff1a6b4511b 0.08 MB 232 91
256,720 256,720 00000000000000238ecb253183db32e078288ee10f61e76c34cc7fcd267bf29b 0.05 MB 140 100
256,719 256,719 000000000000002aa5d8a88c24b7db9e4eb33bc0a8cddbfb7934921960e008f2 0.04 MB 79 128
256,718 256,718 000000000000000354687f3f838aec8b9f55401af99c42e36bb451135e6abf3f 0.07 MB 163 136
256,717 256,717 000000000000002ad63e131e6d174c1b971b51eaa5174f4a7d68c16c7c0e6ae4 0.09 MB 226 135
256,716 256,716 00000000000000005c9d5c70eb8fadc61142b7b91023768b5d4f3621b75b97db 0.11 MB 317 123
256,715 256,715 0000000000000002b0350c32994424af44eba096e007300a468310f5d9f93120 0.05 MB 116 132
256,714 256,714 0000000000000013acf7ce01a6b2316386a9e8d8bb5789f250406d419b97c742 0.11 MB 279 131
256,713 256,713 0000000000000020450bf57730b5a7458c0eae2d20beddbb261068e997315123 0.23 MB 553 102
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.