Memory Pool Memory Pool Refreshing

2,765 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
906,057 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 1,861 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,056 (719,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,530 186,530 00000000000001cdbfb611652148351465643339d3918a2b40735d924b5fef67 0.11 MB 307 185
186,529 186,529 00000000000008164f46734b2bbf9b5670df04c57181c1648618f78f1f1e65ff 0.05 MB 119 69
186,528 186,528 0000000000000493952e423ccefd446528cec52c203bb55f2596f6b0d0de7f2c 0.00 MB 9 14
186,527 186,527 000000000000038258a4702c4212b33cc18dc8d8d2fad2f68fda0262a97f80ad 0.05 MB 150 367
186,526 186,526 00000000000008817bb65a9ea3ddb6c4c0d42c6d69640760bc35455eb5055ad3 0.09 MB 256 104
186,525 186,525 0000000000000594399cb883a11d77ec19ec74b34f40d08e5a80059e1c7a34da 0.03 MB 46 80
186,524 186,524 0000000000000273228f33905015155babf6da0bf08a112dabf10f5517187077 0.00 MB 1 0
186,523 186,523 000000000000086f263e56652e1ba54a5cb0d052ce5fc3d2bb7e0b1624bdfb75 0.00 MB 10 0
186,522 186,522 000000000000033e2cc1f238f3b42e39e1d3b6f518f7eb1c4745cbe79fbc5a59 0.11 MB 222 172
186,521 186,521 000000000000054c4d0022c1007cba88d609372268360319ab013290baf73ef7 0.12 MB 256 125
186,520 186,520 00000000000009b6a252f50387df58841ff6d5ffd0247ea72611235ca5df6fd3 0.02 MB 66 180
186,519 186,519 000000000000018eaa2f4f586dac0e5e9a8c679235d0cb0635b83be027c6a0c6 0.14 MB 256 22
186,518 186,518 000000000000007433f366e3fbaca3e7a508bf13cca28ed9e654e7efc55f26b7 0.07 MB 193 95
186,517 186,517 00000000000005d500740bb59bbf320b68d37247ecbe72fe7809ac5960bb8416 0.07 MB 107 141
186,516 186,516 000000000000092a0a08580fa88a5f8bcd2aa4780dd7ae2a7fc436434af44c16 0.21 MB 492 135
186,515 186,515 00000000000000c73565baee56ed72b2552f858ff5ffbbcb0c85f4147ba95489 0.25 MB 414 145
186,514 186,514 0000000000000221b44604e95c0af136c91c50efcc2e4e48411ef2846bcb50b7 0.01 MB 32 1,407
186,513 186,513 000000000000067b198c0cf2ebbf321d2e5c40950aa4571d90367f7d825dd5b7 0.01 MB 32 196
186,512 186,512 00000000000002868a660894b12a2c13fe819d634bb8e1f49adb8bc16d3d6c47 0.08 MB 212 148
186,511 186,511 00000000000000681a993c47f62fa323dd72b96c9d58313114a4b64c014b9bce 0.13 MB 256 95
186,510 186,510 00000000000009812c1bb66086894dd7804a7617af540728499f3b48c535fb8f 0.02 MB 24 113
Previous 10 blocks ↓
Total Size: 766.03 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,389.58 GB sent, 77.47 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.