Memory Pool Memory Pool Refreshing

7,111 transactions
4.01 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,591 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (777,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,315 130,315 00000000000014bec8538758393958acd6b87a001cf0555c95b48a4773919668 0.03 MB 54 316
130,314 130,314 0000000000001928ed1f369251f176ba536a696a8cd74a86744332c82137bf9e 0.05 MB 181 122
130,313 130,313 0000000000000e891d9dfc38eca8f13e2e6d81e3e68c018c2500230961462cb0 0.03 MB 55 961
130,312 130,312 00000000000014c7cc732205394ff3b44f7db96d9f6405f93ce3406422a613c2 0.05 MB 134 331
130,311 130,311 00000000000015fe6f0307504dd79450c0cab1ab2ceee7d95400015afbd26751 0.03 MB 41 338
130,310 130,310 00000000000007bcd437ab76a3fe510d3404a04c4d2fca9228568b6f8bd5537d 0.06 MB 122 786
130,309 130,309 0000000000001692a2d81555f4e236c4158893d6b0d27a64e35a709e5d2607bf 0.09 MB 153 1,042
130,308 130,308 0000000000001d8a689a5d81a062c1b9d70e6fcf935876d5caf91b754edc591a 0.02 MB 33 591
130,307 130,307 000000000000190165312796d589325c8846923546079d7ffd44a796d77d58db 0.03 MB 91 144
130,306 130,306 00000000000007b8a9b6d3eb6e3a45428afda09aaf0b05daaef80c03d3828fe9 0.05 MB 112 1,321
130,305 130,305 000000000000048bedad97b28b2acf3bf0396d493726eb94d727f79ba9dfd233 0.05 MB 171 41
130,304 130,304 000000000000120217c5eb3d6684ce172d9d664be4f07c61085f1c85cec4a546 0.03 MB 77 1,660
130,303 130,303 0000000000001693381109b089db9b3b2c84083c87e31e758b51a3307bea09cc 0.00 MB 7 1,876
130,302 130,302 000000000000078cdec2d16f78aff5f3b13ea73b96d452d9409ac5f7ff609633 0.01 MB 33 840
130,301 130,301 00000000000013f14987b26cbc28410538431b85dc49d64f8c03aa65b1ad2d99 0.02 MB 83 4
130,300 130,300 00000000000015deb891a05a917edfa87de07c9cf36ff81e41d6f0bf5b1d6f38 0.00 MB 17 492
130,299 130,299 000000000000167e67ed10e1b05ab99227ee88bf65726faec373ff4508556361 0.01 MB 11 1,444
130,298 130,298 000000000000138f1b02c6d421f3000237d59695dfedee6cf3c918aaf95760f0 0.02 MB 37 811
130,297 130,297 0000000000000e4b276385c321ebbbbfddfa5c370d6c917d12991627c931401b 0.02 MB 46 1,736
130,296 130,296 00000000000011837bd44d9011644194520b285da925259433516d8bcecf359e 0.06 MB 194 1,573
130,295 130,295 0000000000000ae5fba57df63213f432d0bdef926b7465920bbd704292c7e3ec 0.02 MB 44 823
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.98 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.