Memory Pool Memory Pool Refreshing

3,613 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,211 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (673,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,018 234,018 000000000000001e41d4c67fb084a938d4dec64d7906344057f6162689482486 0.07 MB 229 66
234,017 234,017 00000000000000c0c4d750581398b761c2f07500b2c0042236b8cb88f990ba8b 0.15 MB 278 133
234,016 234,016 00000000000000f7860030bc8811d21857bfdd42e5cecc8871a88ef9723dd61e 0.15 MB 331 173
234,015 234,015 000000000000016fcd8996c801416e0d376734dabc531a4e7c8891a9ff3cb76c 0.24 MB 526 167
234,014 234,014 000000000000001a1c2d2594573c07d97caaa7f62bb4eb2f9b67984605f19201 0.19 MB 388 148
234,013 234,013 00000000000000612dd6225be62ca550dd382cde2b80490d2bc5a4037cd732c8 0.16 MB 393 174
234,012 234,012 000000000000000ba27ae73cb48c3bb20fa5f9dbe5fcfc87faf02327059fbc0b 0.25 MB 625 176
234,011 234,011 000000000000008dd0e49a1190b8cd7ace79e35ea6820d7bb4e1711e2b1fef75 0.19 MB 333 129
234,010 234,010 00000000000000b3b2daa3231395ac7aa70d1c9a11f032e3c9b0441c527042ee 0.25 MB 547 197
234,009 234,009 000000000000007b69c033883a4d1cca5f6f49d8a7bca186fbb16c7d68e68ce6 0.26 MB 621 179
234,008 234,008 000000000000007495f21fe590e0c449a124a109c54ae586a1a9308b8dbe4d49 0.04 MB 58 80
234,007 234,007 0000000000000195249d83c73ff6261fe399f5b0a4b3f08373c5678e9e775902 0.00 MB 10 108
234,006 234,006 0000000000000105e94eb441966a7f4dc9526e5d506d0a17934c0fa89aaf1794 0.24 MB 533 185
234,005 234,005 000000000000018c7cd320d97e505d8bd95414f57e295ffbc6d0e84f512eb12b 0.09 MB 214 194
234,004 234,004 000000000000013a5abcc71b291de803f1169ef2526d6afee5d0508e8fddafd2 0.02 MB 47 14
234,003 234,003 000000000000008cc8bb70d98a0dccc335177d7e4134d3b65624ae83e962f4ac 0.18 MB 462 139
234,002 234,002 00000000000000cdd3b9e35572da0f0e28f191861d4de4462430568133f8d018 0.24 MB 496 190
234,001 234,001 000000000000001fc3ed9921095a06a7bc3ed2db0400341a6ff7a12ec4f08912 0.10 MB 210 202
234,000 234,000 00000000000000597f9263ea97bed4d3b10fbd55733a73bd1027f1a9b6c1451a 0.15 MB 86 12
233,999 233,999 0000000000000178e53ad3c77166a4c66e8857c5380808ac22e81a91983a4fdc 0.23 MB 543 281
233,998 233,998 000000000000000fcde54e2ebb236b4426feac8fd88638f51670c2d316487242 0.25 MB 414 143
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.47 GB sent, 93.12 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.