Memory Pool Memory Pool Refreshing

4,504 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,656 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (790,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,567 117,567 0000000000009e9bf55649c19a59ad5a6f0ba6b744c99a52fd2cd7aa0a9ec805 0.00 MB 6 0
117,566 117,566 000000000000b7c060a19e8cfe11442b94ca1c0816b4b9c13c97e34f64d13b8d 0.01 MB 18 1,401
117,565 117,565 0000000000009eb60024ac2357835cee7a0a6341850e04b595441f7fd329a92f 0.00 MB 11 316
117,564 117,564 000000000000b7b9dd99d3aa4b75e91f24a9a4c8cb039a576c07b2e67ec5fe4a 0.01 MB 20 1,183
117,563 117,563 0000000000004a05d4f7b55750c2054f6f252a27efd3c68651eec7d3bf0dccab 0.00 MB 10 293
117,562 117,562 000000000000ca672fb26b9aae6b1b10ffd78d1c2748e89b182fc7caba58b466 0.01 MB 7 526
117,561 117,561 000000000000acef3a6e574b4aab8553086f6b65e9901d928edf33784834fa76 0.00 MB 14 1,244
117,560 117,560 0000000000001d523f1944d47cbde74427004e02a32770d20984a8b8d47a39b6 0.00 MB 10 1,933
117,559 117,559 0000000000006a6ddea7c76e31145c5f35cfa359e5cd469fc22ce4e764d04a52 0.00 MB 14 461
117,558 117,558 0000000000002a2e0f4ae1819fdf3d8627321e63a21e537d3780858cdf0af8ab 0.00 MB 12 622
117,557 117,557 0000000000009679f7a11b0c248cc41cdad37814fc7f380c5e0dcaad8cb259b6 0.00 MB 8 340
117,556 117,556 0000000000007705087e6f06d5361e614c3b29b7690f1003053f4b01bcffb115 0.01 MB 17 1,186
117,555 117,555 000000000000c560de5d0bd38cd5312730179e290c784700760e10bbefc130e4 0.00 MB 11 591
117,554 117,554 000000000000a114b50d2f442b222c7ce655c4a24b6417f164955d9909ae3d52 0.00 MB 12 1,232
117,553 117,553 000000000000791307f813b244df7fa4853d66bd0693a53637cb86dd15e37707 0.01 MB 17 1,394
117,552 117,552 000000000000c652847ac825cd9c6d7f7597777f10ba5d96d5f42d24b65f6369 0.00 MB 13 578
117,551 117,551 00000000000030955833f2bc7e61aa8541e502039292dde577656a544bb9ba7c 0.00 MB 2 0
117,550 117,550 00000000000032d988280de054946e854b75d11ff3a679c0cbaab845bae47b40 0.00 MB 6 1,689
117,549 117,549 000000000000a1fa5d6ae9fd4781be5f63a6538f125a7f99261faf871ec2873b 0.00 MB 8 969
117,548 117,548 000000000000c76d7b18a69ad911e4d6bc030b7bc46d3c791f56667f38e30bdf 0.00 MB 1 0
117,547 117,547 00000000000087a7fd62c4315341eed513baee421ab851ab8ae23ab6e1800d38 0.01 MB 14 571
Previous 10 blocks ↓
Total Size: 768.98 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,615.73 GB sent, 92.69 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.