Memory Pool Memory Pool Refreshing

6,227 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,537 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (300,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
607,840 607,840 0000000000000000000fbf5f52c0caaf602d6baabed0a6d7bb18f2408caea80f 1.38 MB 2,408 18
607,839 607,839 00000000000000000005b9b1199b4f9f43a0f5020176fa55062057eaf40c3791 1.46 MB 2,796 25
607,838 607,838 0000000000000000000e4c976e3653444631b319ac23a4b60635ee7e3bd93148 1.33 MB 3,329 29
607,837 607,837 00000000000000000013eea8e1dbef8bbb567a4e33002cecfc404c63a29e9c30 1.32 MB 2,707 17
607,836 607,836 0000000000000000000a22aa6c7f82b69a9e65362e50251b199b4387ec8c798a 1.47 MB 2,036 10
607,835 607,835 0000000000000000000c0ec41f87366cd00eb9d2201b452c959453ccbe089ca3 1.11 MB 2,426 6
607,834 607,834 00000000000000000014cbf83a4ddb8c52d81abdba1d465d5e2d626c8c876fd0 1.14 MB 2,421 8
607,833 607,833 0000000000000000000ea42d4de9f8381fb2f84d2204f43dfad0449338195e1c 1.36 MB 3,274 23
607,832 607,832 00000000000000000005b6c8c2b6836fd81068ed9cd17244d84807ebad2c8097 1.31 MB 2,761 23
607,831 607,831 0000000000000000000619d1aeed518a2fae3e87dd8170a1cd713778952cffe8 1.22 MB 2,362 12
607,830 607,830 0000000000000000001489a2d059cc31e08e4aac80b1b56e44525e8a2dd30536 1.33 MB 2,486 12
607,829 607,829 0000000000000000000e91667137b34e79e64dd92c778d56c749ca4828767850 1.37 MB 3,228 27
607,828 607,828 00000000000000000012b71cbb4345c1816adbef580b7b9b835c06589355e0ec 1.37 MB 3,182 26
607,827 607,827 0000000000000000000b88415b39ae7905a4d5174114c3bc3e8a86fcee843f19 0.00 MB 1 0
607,826 607,826 000000000000000000035ff306e9275e2a17d293d866df42909f15b7ad7f0ed8 1.22 MB 1,926 14
607,825 607,825 000000000000000000108b8b756fd7d02b11e04fd7750663d48f7de60bc59889 1.22 MB 2,702 15
607,824 607,824 0000000000000000000ab7439ab91557df85a9901e1304d4ef99950931b545dc 1.38 MB 3,384 27
607,823 607,823 00000000000000000005e5a92acce46b917781a2cea9eb8ef50c3e55aa997e46 1.29 MB 1,949 7
607,822 607,822 0000000000000000000c981588f28cb71f32805c97839f30080376372f23bc7b 1.32 MB 2,900 14
607,821 607,821 00000000000000000009d618a565e8f1a47cc6e8fe25241df4a60ab68802d3dd 1.30 MB 3,142 30
607,820 607,820 000000000000000000083d54ef8ee730ed8f258b775bce9ae36f20e1e2ced2a3 1.12 MB 2,486 10
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.