Memory Pool Memory Pool Refreshing

8,712 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,951 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (61,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,449 846,449 0000000000000000000029f6e349f280f8fca97e7a9cc191dff5c2d47b4f1bfa 1.50 MB 5,017 32
846,448 846,448 0000000000000000000227269b266778c2aa7ce497fb26fce16b970624509450 1.54 MB 4,577 21
846,447 846,447 000000000000000000027ba237dc2ab07622c9fcc4f85c99b73169a9a8b027b9 1.54 MB 4,528 27
846,446 846,446 0000000000000000000347ef77f65a8ca198b5153232a47b0c69f1633c62203b 1.72 MB 5,029 18
846,445 846,445 00000000000000000001c9be17af08a44b7bc431c595e9736e038d67b44ee770 1.48 MB 5,669 19
846,444 846,444 000000000000000000028685847ab04b518f030892db8797891e702fe775ed84 1.90 MB 5,789 16
846,443 846,443 000000000000000000026a8eb6c44f9bc44317dfc937f150a700964bc062c01c 1.72 MB 4,139 23
846,442 846,442 000000000000000000016175d88a898104109bfdc42656c98cd3c8e19229ccee 1.49 MB 5,978 19
846,441 846,441 0000000000000000000002e91882f675020224a588fe95d57d4d34fbaa52eafa 1.59 MB 2,843 28
846,440 846,440 000000000000000000012177f26ce01f3a502e9aa462139f530d0672a56a9baa 1.56 MB 3,239 22
846,439 846,439 000000000000000000002ae26daad628ece76917c88cc69f7b157c4f2d296a1a 1.81 MB 7,088 15
846,438 846,438 0000000000000000000220e778b36355d2b2b6f36822dcecd8e8a61cc038214d 1.42 MB 5,124 17
846,437 846,437 000000000000000000031d4094d54b349c52da89fce303c901f15b26dddd183d 1.53 MB 4,534 22
846,436 846,436 00000000000000000000d87d644fa27cc66b62479489750fdae2feef6506038a 1.43 MB 6,496 33
846,435 846,435 00000000000000000001d7b9bc6378ae7ae28a6abae138090bb68e6533a3e7bf 1.47 MB 5,550 26
846,434 846,434 0000000000000000000317372aaa646b694c0c6ea9b04f01142a218686e8eaaf 1.55 MB 6,175 20
846,433 846,433 00000000000000000001a521e1347c15f7731310b8841a44336495f165a2cf92 2.09 MB 3,763 18
846,432 846,432 00000000000000000000c05ac558c93ccc5af25e8880a42855aa596b7f31a53e 1.43 MB 6,748 17
846,431 846,431 000000000000000000002b670e101f2e4398937cc2f5037fd3df54ce76c85b5c 1.85 MB 6,089 17
846,430 846,430 000000000000000000026a4385be3c9f60a4f25cd26db316cda6d49ed2fc0218 1.51 MB 5,130 23
846,429 846,429 00000000000000000000f9a4759a6e39522edb780c9f5e384bd607b571149d17 1.60 MB 5,102 15
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.