Memory Pool Memory Pool Refreshing

2,707 transactions
14.54 vMB
Show Random Selection Loading Transactions
Max Size: 60/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
908,303 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,302 (851,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,531 56,531 00000000008a5f4f644769ea494d6a103e79b93e2b1e789459ca5cf0dc27a638 0.00 MB 1 0
56,530 56,530 00000000133834ed47f7ede7260af75a4023922c802bc668ff739d21a85106f2 0.00 MB 1 0
56,529 56,529 000000000568d1e9e9352b411224e6066b82fb268f2461cff146550fc710644d 0.00 MB 1 0
56,528 56,528 00000000024683e9fffbc1c34309a2d63d264c7103e038d1d5deb5898cb2cbc8 0.00 MB 1 0
56,527 56,527 00000000125b76e19ab98131452502a01675216a5276cf36c733231e0189ad3c 0.00 MB 1 0
56,526 56,526 0000000001c5d31c08019ad300f31a680576f6cc41666f089bfdd78eef26f21e 0.00 MB 1 0
56,525 56,525 0000000006e81c09e50b327f9ffd14ad0693334caf0592283cb63a214994dfec 0.00 MB 1 0
56,524 56,524 0000000005e2807c3244a8dec2d68e14b5dab425a85f07b9aecc90e14e91d840 0.00 MB 1 0
56,523 56,523 000000001437e59a420314f5ed6996205deadc79518ef26403a9401af9fd26e9 0.00 MB 1 0
56,522 56,522 00000000090075f65ce4ed7cea36cdceb8494572786813f288ade4594d373df5 0.00 MB 1 0
56,521 56,521 0000000006c05dbb420580337abff29b6582c350b54a6a8ad5aa5630870f2d7b 0.00 MB 1 0
56,520 56,520 000000000a27284ece144561f5b8a4780b5d5d3dc85b578b103da3b9891b35d4 0.00 MB 1 0
56,519 56,519 0000000009fd1e1c26457c214ab7ac7c2daafafe0b79117c95f7b59b4c576c6a 0.00 MB 1 0
56,518 56,518 000000001211425608e6dbdb0dbcdaa6a6eb5f3489546978f89fe83251750fbd 0.00 MB 1 0
56,517 56,517 0000000011df400f681afe7bfa6000baebf11731c37a90acb2cc9b1a5317ceb1 0.00 MB 1 0
56,516 56,516 000000000272648f92dd24786a9ac9bf216d7af30dc2269363abe420a3a0245d 0.00 MB 1 0
56,515 56,515 0000000008c7f32dbdbc08988739238ca4a84234f4294e38d912cfa0a6416edc 0.00 MB 1 0
56,514 56,514 000000000848d03f0c37db32c1df7f6d6277cd2650c00542c90c0ce4478942ac 0.00 MB 1 0
56,513 56,513 0000000012d4513592ec01d5cbd5770b27b1b379e75df88be462dae4d3ba03a4 0.00 MB 1 0
56,512 56,512 000000000d492cb18b0bbb0f4f889d2d32f44fdae8e29cd58a23bd6712bc60f5 0.00 MB 1 0
56,511 56,511 0000000001239a28274fb46ed39e82f3961200debd4bcceb509a5cd6f3c68a0d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.29 GB sent, 98.48 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.