Memory Pool Memory Pool Refreshing

14,116 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,227 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (491,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
416,451 416,451 0000000000000000019aa7cc5e885b2e90d696f9509824f13c151396fdc5c4a9 0.01 MB 21 139
416,450 416,450 000000000000000000263893328a737c4cc8dd4164daeba1a1577bf07acaa202 1.00 MB 1,644 44
416,449 416,449 000000000000000001d6e444e385b37b431fdfbf50e8127a4d14f8e70b4b0e01 1.00 MB 1,337 62
416,448 416,448 0000000000000000021df9cd7e2dbdf4d89865ff2bc80eb4f21c5f6beae7c623 1.00 MB 2,004 44
416,447 416,447 00000000000000000111b31e8a2595e52fcfc0dd3ea537d33142540b8e7b4a18 1.00 MB 3,254 52
416,446 416,446 000000000000000004278611e770a935b9c15b8f2e9ed9f8cc3b000231a2595a 1.00 MB 1,620 81
416,445 416,445 000000000000000002ee4bebb4b1a405e4386e274b0699a4c3d0ff2bf5de6b56 0.93 MB 1,849 66
416,444 416,444 000000000000000004436ebec676172b28323f2889f3a2337e9bd2564f44acb2 1.00 MB 2,034 59
416,443 416,443 000000000000000004ed6123eebe215777844621c9e5b7e86af6d982ca8deff5 1.00 MB 1,366 79
416,442 416,442 000000000000000001eacd0952bdfdd1a34bca7b6bfbbed6edb31444e8176e06 1.00 MB 1,933 59
416,441 416,441 000000000000000002b0404f7ad6c61f0ea937d6d8a74b9191440d6812f5499b 1.00 MB 2,059 88
416,440 416,440 000000000000000002ae2dbe18db9b5a6ce8c728578593daa5b3b41e5b511b98 1.00 MB 1,398 103
416,439 416,439 000000000000000001ec2dc24bc32101220c237d7172bf6006ceaf2efae24f2c 1.00 MB 1,196 96
416,438 416,438 000000000000000003414353dcb4d6bc09525b526fd9eceb02e219727835464e 1.00 MB 2,491 58
416,437 416,437 000000000000000002c073cbe31806bf2bf6e0f9b4a3164caf9ff101a92c5976 1.00 MB 2,078 80
416,436 416,436 000000000000000004f1230222f3055039450909358531d90dd0e7154198973f 1.00 MB 628 90
416,435 416,435 00000000000000000336e5da445c55dfbd3c679266d22f1ba3bb21a10bf396a3 1.00 MB 2,562 116
416,434 416,434 000000000000000001b647111e035653a17132cb0febf02b2ff1d62c3aa33090 1.00 MB 2,034 76
416,433 416,433 000000000000000001d17b8b83e3877be10d00b17a3d69989ea9d0d75d4c8d7e 1.00 MB 2,064 67
416,432 416,432 000000000000000001385aab0930f8bee895cca0cb24c93b25b65c7337957007 1.00 MB 1,762 92
416,431 416,431 000000000000000001018e7230a328b304021a78240a22eb7047faef580e5483 1.00 MB 2,411 61
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.