Memory Pool Memory Pool Refreshing

13,991 transactions
4.45 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,361 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (28,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,338 879,338 0000000000000000000040d16ede4049f4477b39644a381becc360fd16041259 1.62 MB 3,710 6
879,337 879,337 0000000000000000000075a876f6ed3915d1f520dccd56a2c593eb150a764ddc 1.50 MB 1,934 3
879,336 879,336 00000000000000000000216f40c251adb7b33dbb86f38d95a38a42e948c34ebb 1.30 MB 1,381 4
879,335 879,335 00000000000000000000246488ae3b9b02de7026cfa40ea3cd38cfbeae465211 1.16 MB 578 4
879,334 879,334 00000000000000000000fee487ecf91ebfd62a012f5724254bf191ab494478b0 3.25 MB 416 1
879,333 879,333 0000000000000000000115da83d255536bf3dfee9a6a946e0fcb48e01a363af8 1.48 MB 324 1
879,332 879,332 0000000000000000000121a2f9abe742ad167522f82b39e1e1417c430038244e 1.65 MB 3,242 4
879,331 879,331 0000000000000000000223d9091255782aaf9cc169dc55cf45e6dcca4438867d 1.59 MB 1,594 2
879,330 879,330 000000000000000000011925abffb21efeb57689fb17d6f9fc57e8fa6884fda9 1.60 MB 1,866 2
879,329 879,329 00000000000000000001662ff20764b09a0c674005e06e48f241ee68f4b15022 1.76 MB 2,762 6
879,328 879,328 0000000000000000000268bbb9d2d68956c9334d24bdac51d9090afc387f0d0c 2.46 MB 775 1
879,327 879,327 000000000000000000017bf17d139ac37b40969939495a0d6a13e3c70b1eab43 1.88 MB 746 2
879,326 879,326 000000000000000000017de09c8a9dc4c5ccfd8a880e4e99f1a60584a5d7c37a 1.93 MB 282 1
879,325 879,325 000000000000000000025c1bd26e0d1b230f62a95a5459e008147327e8b0b81a 1.77 MB 2,759 2
879,324 879,324 00000000000000000000066a01d3890f1fb8598cf01b9aa801a022495696891f 1.60 MB 2,607 2
879,323 879,323 00000000000000000001d7ba0364b893b1ff7f2dd5290ab976448d1c696be8eb 1.70 MB 2,768 2
879,322 879,322 0000000000000000000083224ed4766600492a015049dc10b483d70adeffefaa 1.70 MB 4,096 3
879,321 879,321 0000000000000000000247cedb525278427501a911a041da7f1cd030f330aa8c 1.73 MB 3,520 4
879,320 879,320 0000000000000000000047ee975f111b967dbb858a50d74874bbb5f6625ed70f 1.63 MB 3,641 3
879,319 879,319 00000000000000000000423ec91075a3b8bfda7be540b1d94d7db689e42f7352 1.50 MB 2,756 6
879,318 879,318 0000000000000000000199ab6c36df68bd87f1c604472af7a137e8ecba0466ce 1.00 MB 129 3
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.94 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.