Memory Pool Memory Pool Refreshing

7,551 transactions
3.36 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,834 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (837,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,722 70,722 00000000001f9c22d6c6917ba61fab730459bb093f521fe2ee984c1609e803cf 0.00 MB 2 0
70,721 70,721 0000000001076b52e14095fced0a0770256d74a1e147a93b8f5a8f5ba291e662 0.00 MB 11 0
70,720 70,720 000000000066b8aabeba01ac8f2b86882701696e6f226399115f39b134226660 0.00 MB 1 0
70,719 70,719 0000000000f6024703c25dc63c04ef6e8390efe772ece7b948a29d80e7227486 0.00 MB 5 0
70,718 70,718 00000000009f73af5c5cee343bcbd2b3c364cf2849a108b8521d0e44ef66c327 0.00 MB 9 0
70,717 70,717 00000000007a6584097931b215a11f7413d95aaf645b8ac1dbd9b41e49db3f94 0.00 MB 1 0
70,716 70,716 0000000000dc96d10629d3ab5c28ffd25e6af05cd190eedc7986b0830856353a 0.00 MB 4 0
70,715 70,715 0000000000389c79b4e56e479c432c9803a528331a4ca8efdf50a3da32641682 0.00 MB 1 0
70,714 70,714 00000000008f37050db93b405581132b39a18f56140fb523932fc53fed50a05a 0.00 MB 2 0
70,713 70,713 0000000000fa3c057816c031bfc890297773db92dcf20b7d54e27e126ce652c3 0.00 MB 1 0
70,712 70,712 00000000000ab6303cce6adb6a4109fbcb2936a09ece3978b5964d49b00ce970 0.00 MB 2 0
70,711 70,711 00000000009fc359a7d2fefe689f44f553f9b04f2332cbb70f5450d157c74557 0.00 MB 2 3,891
70,710 70,710 0000000000fdeaf226b854b8676564ec09de88f3c3395ef3e7df3b6677e44c1b 0.00 MB 1 0
70,709 70,709 0000000000e2db4fae16e424cf0bda06332ca4ec535f948b973276db09f6d298 0.00 MB 2 0
70,708 70,708 0000000000188da33fcd86833509179807608464e437f2a90ea45e4a546c7ab2 0.00 MB 1 0
70,707 70,707 0000000000644448ab60809e1718340ecd2bae38540524de939f3df88b43f684 0.00 MB 2 0
70,706 70,706 00000000004601835cc5873781599aea5aed6988ae9cf141f8d8667e7d86d745 0.00 MB 3 0
70,705 70,705 000000000057c53eb85d081f1f7314f289ad4e0d0a8567662919f5551894e967 0.00 MB 1 0
70,704 70,704 00000000006e6f60a3af415e0934778995916b76dfcbeb6f9b2065ea0fd2fea8 0.00 MB 3 0
70,703 70,703 0000000000f0d33fe8e213f38b7ca53716a19294c2912dc412c8fffb21239937 0.00 MB 2 3,861
70,702 70,702 0000000000c7103489d357121e6bd9abdc76372302cd6ba85e7438fef1d11a22 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.50 GB sent, 100.86 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.