Memory Pool Memory Pool Refreshing

4,299 transactions
1.99 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,767 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (576,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
331,268 331,268 00000000000000000bed1bd29e6bdc75662f2c3e871f1517ccabc5baea1c76f5 0.14 MB 176 24
331,267 331,267 0000000000000000139733d295617ae5a7e97b23f4fdc17ebb81bec3d68c35f1 0.46 MB 630 24
331,266 331,266 00000000000000001171e74d17d8d86fa46252c54713e204a983be1bc19fa95b 0.04 MB 98 20
331,265 331,265 0000000000000000050188b504c544268b5f38f10d78d1e1c69d1d5633916f70 0.41 MB 549 16
331,264 331,264 000000000000000006953b64ae8115012e4239eec3d1550fb1fcbb16cf2cd35c 0.75 MB 1,565 30
331,263 331,263 00000000000000000710870f3b18b2ed95623c108d0ade5b7065b2378da35897 0.31 MB 455 22
331,262 331,262 00000000000000001ac6b2076c142023a63a8c498eb969db16a77abf0d5d7014 0.08 MB 208 36
331,261 331,261 00000000000000000ca96842fd0d325552e95f9e7097bd2424dc784bfb6d942e 0.09 MB 183 28
331,260 331,260 0000000000000000196abb685aa17a5d7ef4416091f0631432c884239f70c90f 0.17 MB 344 28
331,259 331,259 00000000000000001127d4fcb1d946a3de4a43797bfaa4c6f85d9778217861f5 0.02 MB 33 13
331,258 331,258 00000000000000000c27829b434470eeeabb2dfc1c6691555794496865298aa7 0.25 MB 322 17
331,257 331,257 000000000000000000818212ad5125ebe9bee0714d3ab16e0523c00536cd113b 0.75 MB 1,183 23
331,256 331,256 00000000000000001119e4e154719087b160ae49c6b569d5a623bae4f2cf466c 0.99 MB 686 15
331,255 331,255 00000000000000000829d7d1ea8d6fd1c6792a2c68436d20614d97424fc0b2fd 0.43 MB 845 27
331,254 331,254 000000000000000010474e7aad571273461bc66beb428341430b0258fdffbe4b 0.40 MB 706 25
331,253 331,253 00000000000000001565cec7b2adf201bc358c729fd76f3da7dcdd23c20aa780 0.18 MB 348 25
331,252 331,252 000000000000000005ece24ab187b6956dd818e573dac6c68f51f158f94e201e 0.02 MB 58 12
331,251 331,251 000000000000000012167ce82dc2d0537f8382129532b7dc62aeca434744927a 0.00 MB 1 0
331,250 331,250 000000000000000019cfbd4376ef74737df00168e9a8a719c2a5a3f7e1e1cf17 0.62 MB 1,235 26
331,249 331,249 00000000000000000dd6538a4a40e6eae334f5313df514f3d5dbdc7cef2b328d 0.27 MB 507 25
331,248 331,248 00000000000000000c5079062c84697331ba9bee42bbd2c35f7f13f0dd5316c7 0.08 MB 98 7
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.62 GB sent, 93.14 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.