Memory Pool Memory Pool Refreshing

2,315 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,704 (872,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,419 36,419 00000000b1337d0d007a906c7103cbffd1404e635457526707437d38ee0d415f 0.00 MB 1 0
36,418 36,418 00000000657a71ef825cfb15feae8360f3dcec95fcf81151136ed66b308ea995 0.00 MB 1 0
36,417 36,417 00000000210a7921f74a6254e8270c3cf31ef988b32fd536beadaf17c85421e7 0.00 MB 1 0
36,416 36,416 00000000102ff94c7bbcbe762cba1b13a43c91225c6df86a07e9eafdb0441319 0.00 MB 1 0
36,415 36,415 000000003c7a925706187e992340c83e8852759baba7c4863685c00d68140995 0.00 MB 1 0
36,414 36,414 0000000022c5976a675f10732dea22dfc551c0c57bfb547b1cd434cb34235b06 0.00 MB 1 0
36,413 36,413 00000000210e0d0d71323fb832e0050bb28ccc3da3da54b00db96f4befcfee35 0.00 MB 1 0
36,412 36,412 000000009de7ba47178df20a0ae8d5f5be7cec19162184a3b1559e060f93126f 0.00 MB 1 0
36,411 36,411 000000005e06882f1305935bb31964cc34bdde59a851e783d6a6cf985dc63d5d 0.00 MB 1 0
36,410 36,410 000000003c8d32da15314cd6cf4b4e37bd38f4eda6234b3ac566ed892a65b5fc 0.00 MB 1 0
36,409 36,409 0000000037ca5465294f5782a252f6e68c0d56a045ab39c7a934e200d54b835b 0.00 MB 1 0
36,408 36,408 00000000ad7d1a19bd50870ca0475381cddd760019f770600a28d86b56249a97 0.00 MB 1 0
36,407 36,407 00000000653553ba587186a3919cb1e559dbb8539cc6be70a75734e76734303a 0.00 MB 1 0
36,406 36,406 0000000047a3cbb13b4017ed904afe0aa7417d21ba649f63be241f2548f849af 0.00 MB 1 0
36,405 36,405 000000008d81e8e660fce602cb26bd1e5f7606491585341d011d7a8f65c00dd3 0.00 MB 3 0
36,404 36,404 000000002763f0473ad2dcc7bbd3e76fae40233918a54e8fce61999f732ca8d3 0.00 MB 1 0
36,403 36,403 00000000390a223ead746a1e4d39843b6e985f4253d43721ee00233aded8e938 0.00 MB 1 0
36,402 36,402 0000000001de9abcc81710f873d8e425d069f3b789b937cad8d1c8118b1b9932 0.00 MB 1 0
36,401 36,401 000000003c26c0019bbd1b1668be5a5a282edd812666171c7b9f6b4b0ee042a7 0.00 MB 1 0
36,400 36,400 00000000479cfcd33b8508841190662caea9c4d9e70fdb53bf9a6cc818be6114 0.00 MB 1 0
36,399 36,399 000000005a827b7940abb0db161c8a14130591607da169bb717f9cceb7f9296b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.49 GB sent, 102.00 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.