Memory Pool Memory Pool Refreshing

11,172 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,716 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,523 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (48,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,717 858,717 00000000000000000001db8d0839ccdd4f3721d86278d9c2a6234e81940f31e1 1.64 MB 7,577 3
858,716 858,716 00000000000000000000d576c8f8694a628f87857b91fd67fe881a08159b55c1 1.57 MB 3,612 5
858,715 858,715 0000000000000000000307a4cd9b0110c06e1f5a74ed12e6096cba31bcff1294 1.66 MB 7,626 2
858,714 858,714 0000000000000000000166b6d1ddd61bb722767dce1df8a6ebfae56181db0cd4 1.65 MB 6,613 3
858,713 858,713 00000000000000000002eca2d43f55220426ff8cbdd3da180c446466299aa6fa 1.63 MB 7,388 3
858,712 858,712 0000000000000000000001de8cdee82858e2ffa0d3f234c0cd3f1e6308c1695f 1.68 MB 6,517 3
858,711 858,711 000000000000000000013c36ba9db3a2c3c289206882de07a5d5c48044bc0c2d 1.64 MB 3,544 6
858,710 858,710 000000000000000000013f04625a0ec3ba3013376f82eb391bcb72750ce65010 1.38 MB 2,350 6
858,709 858,709 00000000000000000000fdb184c619c3d1f03b2c78f932945c32d8df05f06e14 1.64 MB 7,300 3
858,708 858,708 00000000000000000001636aa682d22d786168559cd28beb89c09da6a1fabf59 1.62 MB 3,767 6
858,707 858,707 00000000000000000001d5200fb9502a81ede479df19fdd7092ee21e2e4cb12c 1.62 MB 7,159 3
858,706 858,706 00000000000000000000c822f93315ee3b7852488840264a326560644bbb2be7 1.75 MB 2,559 5
858,705 858,705 00000000000000000000acbb89939ab7ff814d2c004caa4639356867ae5bda57 1.65 MB 7,788 2
858,704 858,704 0000000000000000000304aec9d7dab3b17ab481efabd389dc5cc0ce4c7922e3 1.65 MB 7,038 3
858,703 858,703 0000000000000000000230d1cb5427a266652f08e95e3c6ffb4f10a0ee659052 1.65 MB 5,320 4
858,702 858,702 00000000000000000001fb502499bd8a2587da388fc2e0a5c928879443c69992 1.63 MB 5,143 4
858,701 858,701 000000000000000000031632b0a1e8fe2da5d01da493752f433ff2d15417fbb3 1.62 MB 6,344 3
858,700 858,700 0000000000000000000036674575a60b20c62fb682ca6103d060339cceb8d065 1.61 MB 3,534 4
858,699 858,699 00000000000000000001f830f1fed38765dc38fbdf9155762755dbfdfcb4b559 1.66 MB 3,202 4
858,698 858,698 00000000000000000000b0874b51fcc6354a7a3c2357f01482356c29969c4614 1.59 MB 3,144 8
858,697 858,697 000000000000000000020851c2bf6c8c653bf20c76b583b7c442cb41cf3ada09 1.42 MB 2,681 9
Previous 10 blocks ↓
Total Size: 769.01 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,621.49 GB sent, 92.91 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.