Memory Pool Memory Pool Refreshing

6,904 transactions
3.91 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,428 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (56,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,072 851,072 0000000000000000000184c7a3497a1e344a89417fd1a9597e9846fe54d1b59d 1.58 MB 5,036 8
851,071 851,071 00000000000000000000106227addb8e039c289a026263abf0bedd88308a7c51 1.50 MB 4,364 8
851,070 851,070 00000000000000000001f543b73b877ea5e28b4ecb6c6c78cc9274911e2819e0 1.73 MB 4,709 5
851,069 851,069 00000000000000000001ad2a3718c6740cb90f9a9f514bffe524e5e86ca3455a 1.63 MB 3,826 11
851,068 851,068 00000000000000000001abafd4c81f401824bf2552b843e6aa42f167ee14b190 1.69 MB 5,537 6
851,067 851,067 00000000000000000003791bdb61a279cc6284608b9ae61a12c1bd9bbbc275e2 1.67 MB 7,138 6
851,066 851,066 00000000000000000002a4d1fb20a692ec803f79a9d357955dd7fee3755f5fb5 1.67 MB 4,870 8
851,065 851,065 00000000000000000002174264ce7f5b87c59974feef56e104af602319e869a8 1.42 MB 2,677 8
851,064 851,064 0000000000000000000301fe2a93d080c8f75279050ebe7c49240748401ac47d 1.75 MB 6,736 6
851,063 851,063 000000000000000000003b6bb435a1cafa3c6588ebd7efc597fd69b3ba5190db 1.54 MB 6,244 6
851,062 851,062 00000000000000000003595c03c5b89d0b3ff0affe025d972a9cdaf389d818a1 1.58 MB 7,516 5
851,061 851,061 00000000000000000001b90bcdff206e6a2453ac61c9f376b16fcdd5fd198449 1.80 MB 6,472 6
851,060 851,060 000000000000000000020819fa58ed1963d4df41d92f5bd3737726ac71bdc0fe 1.52 MB 4,744 7
851,059 851,059 0000000000000000000212348d32274b72f64c547d00de520e8343e6b628d6fe 1.75 MB 5,608 7
851,058 851,058 00000000000000000001c2b94372b2dc9750a1c170e02295b104179be415c11a 1.63 MB 5,622 7
851,057 851,057 000000000000000000002cd718d4d3505e5d5ce2e0fd7a89848af6637464ab9b 1.67 MB 2,599 10
851,056 851,056 0000000000000000000346f1b71d127b02edfdf72bb7d0cb24a062ebe0b05dc5 1.54 MB 7,519 5
851,055 851,055 000000000000000000017e59b622cd38b65bec002478c189d5b70177b653d05b 1.73 MB 3,019 8
851,054 851,054 00000000000000000001df5c864fbaa22fc21c756a59a68b9e1b256eb8402667 1.57 MB 4,154 8
851,053 851,053 0000000000000000000166fec5f83b3b52c3dc97c81649597fb706aeb3789c60 1.53 MB 6,792 6
851,052 851,052 0000000000000000000199f3b81fec64d2c5812bc1472c1db2b85e6d3dd646ab 1.66 MB 4,439 7
Previous 10 blocks ↓
Total Size: 769.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,625.94 GB sent, 93.05 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.